Color spaces of #1253df
RGB | 18 | 83 | 223 |
---|---|---|---|
HSL | 0.61 | 0.85 | 0.47 |
HSV | 221° | 92° | 87° |
CMYK | 0.92 | 0.63 | 0.00 0.13 |
XYZ | 16.6620 | 11.6428 | 71.1811 |
Yxy | 11.6428 | 0.1675 | 0.1170 |
Hunter Lab | 34.1215 | 27.4512 | -99.8000 |
CIE-Lab | 40.6427 | 35.6839 | -75.9196 |
#1253df color RGB value is (18,83,223).
#1253df hex color red value is 18, green value is 83 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1253df hue: 0.61 , saturation: 0.85 and the lightness value of 1253df is 0.47.
The process color (four color CMYK) of #1253df color hex is 0.92, 0.63, 0.00, 0.13. Web safe color of #1253df is #0066cc. Color #1253df contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010010 | 01010011 | 11011111 |
Octal | 22 | 123 | 337 |
Decimal | 18 | 83 | 223 |
Hex | 12 | 53 | DF |
Shades of #1253df
Tints of #1253df
RGB Percentages of Color #1253df
CMYK Percentages of Color #1253df
Complementary Color
#1253df | #df9e12 |
#1253df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1253df Color Preview on White Background
Lorem ipsum dolor sit amet.
#1253df Color CSS Codes
.mybgcolor {background-color:#1253df; } .myforecolor {color:#1253df; } .mybordercolor {border:3px solid #1253df; }
#1253df Text Font Color
<p style="color:#1253df">Text here</p>
This sample text font color is #1253df
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.
#1253df Background Color
<div style="background-color:#1253df">
Div content here</div>
This div background color is #1253df
#1253df Border Color
<div style="border:3px solid #1253df">
Div here</div>
This div border color is #1253df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(18,83,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1253df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1253df; -webkit-box-shadow: 1px 1px 3px 2px #1253df; box-shadow: 1px 1px 3px 2px #1253df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(18,83,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1253df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1253df; -webkit-box-shadow: 1px 1px 3px 2px #1253df; box-shadow: 1px 1px 3px 2px #1253df;">
Div content here</div>
This div box has shadow with color #1253df
Comments
No comments written yet.
Please login to write comment.