Color spaces of #12eaba
RGB | 18 | 234 | 186 |
---|---|---|---|
HSL | 0.46 | 0.86 | 0.49 |
HSV | 167° | 92° | 92° |
CMYK | 0.92 | 0.00 | 0.21 0.08 |
XYZ | 38.5352 | 62.5194 | 56.4908 |
Yxy | 62.5194 | 0.2446 | 0.3968 |
Hunter Lab | 79.0692 | -51.3773 | 12.9889 |
CIE-Lab | 83.1889 | -57.4746 | 10.3079 |
#12eaba color RGB value is (18,234,186).
#12eaba hex color red value is 18, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #12eaba hue: 0.46 , saturation: 0.86 and the lightness value of 12eaba is 0.49.
The process color (four color CMYK) of #12eaba color hex is 0.92, 0.00, 0.21, 0.08. Web safe color of #12eaba is #00ffcc. Color #12eaba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010010 | 11101010 | 10111010 |
Octal | 22 | 352 | 272 |
Decimal | 18 | 234 | 186 |
Hex | 12 | EA | BA |
Shades of #12eaba
Tints of #12eaba
RGB Percentages of Color #12eaba
CMYK Percentages of Color #12eaba
Complementary Color
#12eaba | #ea1242 |
#12eaba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#12eaba Color Preview on White Background
Lorem ipsum dolor sit amet.
#12eaba Color CSS Codes
.mybgcolor {background-color:#12eaba; } .myforecolor {color:#12eaba; } .mybordercolor {border:3px solid #12eaba; }
#12eaba Text Font Color
<p style="color:#12eaba">Text here</p>
This sample text font color is #12eaba
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.
#12eaba Background Color
<div style="background-color:#12eaba">
Div content here</div>
This div background color is #12eaba
#12eaba Border Color
<div style="border:3px solid #12eaba">
Div here</div>
This div border color is #12eaba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(18,234,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #12eaba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #12eaba; -webkit-box-shadow: 1px 1px 3px 2px #12eaba; box-shadow: 1px 1px 3px 2px #12eaba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(18,234,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #12eaba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #12eaba; -webkit-box-shadow: 1px 1px 3px 2px #12eaba; box-shadow: 1px 1px 3px 2px #12eaba;">
Div content here</div>
This div box has shadow with color #12eaba
Comments
No comments written yet.
Please login to write comment.