Color spaces of #253cef
RGB | 37 | 60 | 239 |
---|---|---|---|
HSL | 0.65 | 0.86 | 0.54 |
HSV | 233° | 85° | 94° |
CMYK | 0.85 | 0.75 | 0.00 0.06 |
XYZ | 17.9588 | 9.8570 | 82.6174 |
Yxy | 9.8570 | 0.1626 | 0.0893 |
Hunter Lab | 31.3959 | 47.1613 | -134.0430 |
CIE-Lab | 37.5845 | 55.9447 | -90.0306 |
#253cef color RGB value is (37,60,239).
#253cef hex color red value is 37, green value is 60 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #253cef hue: 0.65 , saturation: 0.86 and the lightness value of 253cef is 0.54.
The process color (four color CMYK) of #253cef color hex is 0.85, 0.75, 0.00, 0.06. Web safe color of #253cef is #3333ff. Color #253cef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100101 | 00111100 | 11101111 |
Octal | 45 | 74 | 357 |
Decimal | 37 | 60 | 239 |
Hex | 25 | 3C | EF |
Shades of #253cef
Tints of #253cef
RGB Percentages of Color #253cef
CMYK Percentages of Color #253cef
Complementary Color
#253cef | #efd825 |
#253cef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#253cef Color Preview on White Background
Lorem ipsum dolor sit amet.
#253cef Color CSS Codes
.mybgcolor {background-color:#253cef; } .myforecolor {color:#253cef; } .mybordercolor {border:3px solid #253cef; }
#253cef Text Font Color
<p style="color:#253cef">Text here</p>
This sample text font color is #253cef
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.
#253cef Background Color
<div style="background-color:#253cef">
Div content here</div>
This div background color is #253cef
#253cef Border Color
<div style="border:3px solid #253cef">
Div here</div>
This div border color is #253cef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(37,60,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #253cef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #253cef; -webkit-box-shadow: 1px 1px 3px 2px #253cef; box-shadow: 1px 1px 3px 2px #253cef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(37,60,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #253cef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #253cef; -webkit-box-shadow: 1px 1px 3px 2px #253cef; box-shadow: 1px 1px 3px 2px #253cef;">
Div content here</div>
This div box has shadow with color #253cef
Comments
No comments written yet.
Please login to write comment.