color details

Color Details
#25486d Color Hex

#25486d color RGB value is (2, 84, 134).
#25486d hex color red value is 2, green value is 84, and blue value is 134.
Cylindrical-coordinate representations (HSL) of color #25486d hue: 202.73, saturation: 0.97 and lightness: 0.27.

The process color (four-color CMYK) of #25486d color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #25486d is #ff9999. Color #25486d contains mainly RED.

Color Spaces
Color spaces of #25486dValue
RGB37, 72, 109
HSL0.59, 0.49, 0.29
HSV211°, 66°, 43°
XYZ5.84, 6.13, 15.34
Base Numbers
Base Red Green Blue
Binary 100101 1001000 1101101
Octal 45 110 155
Decimal 37 72 109
Hex 25 48 6D

RGB Percentages for Color #25486d

16.97%
33.03%
50%

CMYK Percentages of the Color #25486d

66.06%
33.94%
57.25%
CSS Codes for Color #25486d
.mybgColor {background-color: #25486d;}
.myforeColor {color: #25486d;}
.myborderColor {border:3px solid #25486d;}
Text Font Color #25486d

<p style="color:#25486d">Text here</p>

This sample text is styled with the font color #25486d. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #25486d

<div style="background-color:#25486d">Div content here</div>

The background color of this div is #25486d
Border Color #25486d

<div style="border:3px solid #25486d">Div here</div>

The border color of this div is #25486d
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(37, 72, 109, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #25486d;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #25486d;
-webkit-box-shadow: 1px 1px 3px #25486d;
box-shadow: 1px 1px 3px #25486d;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37, 72, 109, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #25486d;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #25486d; -webkit-box-shadow: 1px 1px 3px #25486d; box-shadow: 1px 1px 3px #25486d;">Div content here</div>

This div box has a shadow with a specified color. #25486d

Scroll to Top