Color spaces of #12deec
RGB | 18 | 222 | 236 |
---|---|---|---|
HSL | 0.51 | 0.86 | 0.50 |
HSV | 184° | 92° | 93° |
CMYK | 0.92 | 0.06 | 0.00 0.07 |
XYZ | 41.5111 | 58.4273 | 88.4466 |
Yxy | 58.4273 | 0.2204 | 0.3101 |
Hunter Lab | 76.4378 | -36.8280 | -15.0984 |
CIE-Lab | 80.9758 | -38.6445 | -19.4113 |
#12deec color RGB value is (18,222,236).
#12deec hex color red value is 18, green value is 222 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #12deec hue: 0.51 , saturation: 0.86 and the lightness value of 12deec is 0.50.
The process color (four color CMYK) of #12deec color hex is 0.92, 0.06, 0.00, 0.07. Web safe color of #12deec is #00ccff. Color #12deec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010010 | 11011110 | 11101100 |
Octal | 22 | 336 | 354 |
Decimal | 18 | 222 | 236 |
Hex | 12 | DE | EC |
Shades of #12deec
Tints of #12deec
RGB Percentages of Color #12deec
CMYK Percentages of Color #12deec
Complementary Color
#12deec | #ec2012 |
#12deec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#12deec Color Preview on White Background
Lorem ipsum dolor sit amet.
#12deec Color CSS Codes
.mybgcolor {background-color:#12deec; } .myforecolor {color:#12deec; } .mybordercolor {border:3px solid #12deec; }
#12deec Text Font Color
<p style="color:#12deec">Text here</p>
This sample text font color is #12deec
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.
#12deec Background Color
<div style="background-color:#12deec">
Div content here</div>
This div background color is #12deec
#12deec Border Color
<div style="border:3px solid #12deec">
Div here</div>
This div border color is #12deec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(18,222,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #12deec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #12deec; -webkit-box-shadow: 1px 1px 3px 2px #12deec; box-shadow: 1px 1px 3px 2px #12deec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(18,222,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #12deec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #12deec; -webkit-box-shadow: 1px 1px 3px 2px #12deec; box-shadow: 1px 1px 3px 2px #12deec;">
Div content here</div>
This div box has shadow with color #12deec
Comments
No comments written yet.
Please login to write comment.