Color spaces of #012adf
RGB | 1 | 42 | 223 |
---|---|---|---|
HSL | 0.64 | 0.99 | 0.44 |
HSV | 229° | 100° | 87° |
CMYK | 1.00 | 0.81 | 0.00 0.13 |
XYZ | 14.1598 | 6.9901 | 70.4150 |
Yxy | 6.9901 | 0.1546 | 0.0763 |
Hunter Lab | 26.4388 | 49.3312 | -139.4011 |
CIE-Lab | 31.7844 | 59.0921 | -90.5676 |
#012adf color RGB value is (1,42,223).
#012adf hex color red value is 1, green value is 42 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #012adf hue: 0.64 , saturation: 0.99 and the lightness value of 012adf is 0.44.
The process color (four color CMYK) of #012adf color hex is 1.00, 0.81, 0.00, 0.13. Web safe color of #012adf is #0033cc. Color #012adf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 00101010 | 11011111 |
Octal | 1 | 52 | 337 |
Decimal | 1 | 42 | 223 |
Hex | 1 | 2A | DF |
Shades of #012adf
Tints of #012adf
RGB Percentages of Color #012adf
CMYK Percentages of Color #012adf
Complementary Color
#012adf | #dfb601 |
#012adf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#012adf Color Preview on White Background
Lorem ipsum dolor sit amet.
#012adf Color CSS Codes
.mybgcolor {background-color:#012adf; } .myforecolor {color:#012adf; } .mybordercolor {border:3px solid #012adf; }
#012adf Text Font Color
<p style="color:#012adf">Text here</p>
This sample text font color is #012adf
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.
#012adf Background Color
<div style="background-color:#012adf">
Div content here</div>
This div background color is #012adf
#012adf Border Color
<div style="border:3px solid #012adf">
Div here</div>
This div border color is #012adf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,42,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #012adf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #012adf; -webkit-box-shadow: 1px 1px 3px 2px #012adf; box-shadow: 1px 1px 3px 2px #012adf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,42,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 #012adf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #012adf; -webkit-box-shadow: 1px 1px 3px 2px #012adf; box-shadow: 1px 1px 3px 2px #012adf;">
Div content here</div>
This div box has shadow with color #012adf
Comments
No comments written yet.
Please login to write comment.