Color spaces of #12eecf
RGB | 18 | 238 | 207 |
---|---|---|---|
HSL | 0.48 | 0.87 | 0.50 |
HSV | 172° | 92° | 93° |
CMYK | 0.92 | 0.00 | 0.13 0.07 |
XYZ | 42.0865 | 65.7827 | 69.5106 |
Yxy | 65.7827 | 0.2373 | 0.3709 |
Hunter Lab | 81.1065 | -49.3121 | 5.9614 |
CIE-Lab | 84.8855 | -53.7518 | 1.7297 |
#12eecf color RGB value is (18,238,207).
#12eecf hex color red value is 18, green value is 238 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #12eecf hue: 0.48 , saturation: 0.87 and the lightness value of 12eecf is 0.50.
The process color (four color CMYK) of #12eecf color hex is 0.92, 0.00, 0.13, 0.07. Web safe color of #12eecf is #00ffcc. Color #12eecf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010010 | 11101110 | 11001111 |
Octal | 22 | 356 | 317 |
Decimal | 18 | 238 | 207 |
Hex | 12 | EE | CF |
Shades of #12eecf
Tints of #12eecf
RGB Percentages of Color #12eecf
CMYK Percentages of Color #12eecf
Complementary Color
#12eecf | #ee1231 |
#12eecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#12eecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#12eecf Color CSS Codes
.mybgcolor {background-color:#12eecf; } .myforecolor {color:#12eecf; } .mybordercolor {border:3px solid #12eecf; }
#12eecf Text Font Color
<p style="color:#12eecf">Text here</p>
This sample text font color is #12eecf
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.
#12eecf Background Color
<div style="background-color:#12eecf">
Div content here</div>
This div background color is #12eecf
#12eecf Border Color
<div style="border:3px solid #12eecf">
Div here</div>
This div border color is #12eecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(18,238,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #12eecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #12eecf; -webkit-box-shadow: 1px 1px 3px 2px #12eecf; box-shadow: 1px 1px 3px 2px #12eecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(18,238,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #12eecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #12eecf; -webkit-box-shadow: 1px 1px 3px 2px #12eecf; box-shadow: 1px 1px 3px 2px #12eecf;">
Div content here</div>
This div box has shadow with color #12eecf
Comments
No comments written yet.
Please login to write comment.