Color spaces of #253eac
RGB | 37 | 62 | 172 |
---|---|---|---|
HSL | 0.64 | 0.65 | 0.41 |
HSV | 229° | 78° | 67° |
CMYK | 0.78 | 0.64 | 0.00 0.33 |
XYZ | 9.9320 | 6.8171 | 39.8221 |
Yxy | 6.8171 | 0.1756 | 0.1205 |
Hunter Lab | 26.1096 | 22.2091 | -72.1519 |
CIE-Lab | 31.3869 | 31.2527 | -61.3255 |
#253eac color RGB value is (37,62,172).
#253eac hex color red value is 37, green value is 62 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #253eac hue: 0.64 , saturation: 0.65 and the lightness value of 253eac is 0.41.
The process color (four color CMYK) of #253eac color hex is 0.78, 0.64, 0.00, 0.33. Web safe color of #253eac is #333399. Color #253eac contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 00111110 | 10101100 |
Octal | 45 | 76 | 254 |
Decimal | 37 | 62 | 172 |
Hex | 25 | 3E | AC |
Shades of #253eac
Tints of #253eac
RGB Percentages of Color #253eac
CMYK Percentages of Color #253eac
Complementary Color
#253eac | #ac9325 |
#253eac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#253eac Color Preview on White Background
Lorem ipsum dolor sit amet.
#253eac Color CSS Codes
.mybgcolor {background-color:#253eac; } .myforecolor {color:#253eac; } .mybordercolor {border:3px solid #253eac; }
#253eac Text Font Color
<p style="color:#253eac">Text here</p>
This sample text font color is #253eac
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.
#253eac Background Color
<div style="background-color:#253eac">
Div content here</div>
This div background color is #253eac
#253eac Border Color
<div style="border:3px solid #253eac">
Div here</div>
This div border color is #253eac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,62,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #253eac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #253eac; -webkit-box-shadow: 1px 1px 3px 2px #253eac; box-shadow: 1px 1px 3px 2px #253eac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,62,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #253eac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #253eac; -webkit-box-shadow: 1px 1px 3px 2px #253eac; box-shadow: 1px 1px 3px 2px #253eac;">
Div content here</div>
This div box has shadow with color #253eac
Comments
No comments written yet.
Please login to write comment.