Color spaces of #25464e
RGB | 37 | 70 | 78 |
---|---|---|---|
HSL | 0.53 | 0.36 | 0.23 |
HSV | 192° | 53° | 31° |
CMYK | 0.53 | 0.10 | 0.00 0.69 |
XYZ | 4.3283 | 5.3237 | 8.0072 |
Yxy | 5.3237 | 0.2451 | 0.3015 |
Hunter Lab | 23.0731 | -6.8931 | -4.4245 |
CIE-Lab | 27.6378 | -9.5425 | -8.5547 |
#25464e color RGB value is (37,70,78).
#25464e hex color red value is 37, green value is 70 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #25464e hue: 0.53 , saturation: 0.36 and the lightness value of 25464e is 0.23.
The process color (four color CMYK) of #25464e color hex is 0.53, 0.10, 0.00, 0.69. Web safe color of #25464e is #333366. Color #25464e contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 01000110 | 01001110 |
Octal | 45 | 106 | 116 |
Decimal | 37 | 70 | 78 |
Hex | 25 | 46 | 4E |
Shades of #25464e
Tints of #25464e
RGB Percentages of Color #25464e
CMYK Percentages of Color #25464e
Complementary Color
#25464e | #4e2d25 |
#25464e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#25464e Color Preview on White Background
Lorem ipsum dolor sit amet.
#25464e Color CSS Codes
.mybgcolor {background-color:#25464e; } .myforecolor {color:#25464e; } .mybordercolor {border:3px solid #25464e; }
#25464e Text Font Color
<p style="color:#25464e">Text here</p>
This sample text font color is #25464e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#25464e Background Color
<div style="background-color:#25464e">
Div content here</div>
This div background color is #25464e
#25464e Border Color
<div style="border:3px solid #25464e">
Div here</div>
This div border color is #25464e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,70,78, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #25464e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #25464e; -webkit-box-shadow: 1px 1px 3px 2px #25464e; box-shadow: 1px 1px 3px 2px #25464e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,70,78, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #25464e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #25464e; -webkit-box-shadow: 1px 1px 3px 2px #25464e; box-shadow: 1px 1px 3px 2px #25464e;">
Div content here</div>
This div box has shadow with color #25464e
Comments
No comments written yet.
Please login to write comment.