Color spaces of #1ecaaa
RGB | 30 | 202 | 170 |
---|---|---|---|
HSL | 0.47 | 0.74 | 0.45 |
HSV | 169° | 85° | 79° |
CMYK | 0.85 | 0.00 | 0.16 0.21 |
XYZ | 28.9116 | 45.4194 | 45.2732 |
Yxy | 45.4194 | 0.2417 | 0.3797 |
Hunter Lab | 67.3939 | -41.3639 | 7.3465 |
CIE-Lab | 73.1672 | -48.0767 | 4.4604 |
#1ecaaa color RGB value is (30,202,170).
#1ecaaa hex color red value is 30, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1ecaaa hue: 0.47 , saturation: 0.74 and the lightness value of 1ecaaa is 0.45.
The process color (four color CMYK) of #1ecaaa color hex is 0.85, 0.00, 0.16, 0.21. Web safe color of #1ecaaa is #33cc99. Color #1ecaaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011110 | 11001010 | 10101010 |
Octal | 36 | 312 | 252 |
Decimal | 30 | 202 | 170 |
Hex | 1E | CA | AA |
Shades of #1ecaaa
Tints of #1ecaaa
RGB Percentages of Color #1ecaaa
CMYK Percentages of Color #1ecaaa
Complementary Color
#1ecaaa | #ca1e3e |
#1ecaaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1ecaaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#1ecaaa Color CSS Codes
.mybgcolor {background-color:#1ecaaa; } .myforecolor {color:#1ecaaa; } .mybordercolor {border:3px solid #1ecaaa; }
#1ecaaa Text Font Color
<p style="color:#1ecaaa">Text here</p>
This sample text font color is #1ecaaa
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.
#1ecaaa Background Color
<div style="background-color:#1ecaaa">
Div content here</div>
This div background color is #1ecaaa
#1ecaaa Border Color
<div style="border:3px solid #1ecaaa">
Div here</div>
This div border color is #1ecaaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(30,202,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1ecaaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1ecaaa; -webkit-box-shadow: 1px 1px 3px 2px #1ecaaa; box-shadow: 1px 1px 3px 2px #1ecaaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(30,202,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1ecaaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1ecaaa; -webkit-box-shadow: 1px 1px 3px 2px #1ecaaa; box-shadow: 1px 1px 3px 2px #1ecaaa;">
Div content here</div>
This div box has shadow with color #1ecaaa
Comments
No comments written yet.
Please login to write comment.