Color spaces of #1ed0ab
RGB | 30 | 208 | 171 |
---|---|---|---|
HSL | 0.47 | 0.75 | 0.47 |
HSV | 168° | 86° | 82° |
CMYK | 0.86 | 0.00 | 0.18 0.18 |
XYZ | 30.4420 | 48.3280 | 46.2519 |
Yxy | 48.3280 | 0.2435 | 0.3866 |
Hunter Lab | 69.5183 | -43.4922 | 9.2161 |
CIE-Lab | 75.0313 | -50.2803 | 6.6064 |
#1ed0ab color RGB value is (30,208,171).
#1ed0ab hex color red value is 30, green value is 208 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1ed0ab hue: 0.47 , saturation: 0.75 and the lightness value of 1ed0ab is 0.47.
The process color (four color CMYK) of #1ed0ab color hex is 0.86, 0.00, 0.18, 0.18. Web safe color of #1ed0ab is #33cc99. Color #1ed0ab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011110 | 11010000 | 10101011 |
Octal | 36 | 320 | 253 |
Decimal | 30 | 208 | 171 |
Hex | 1E | D0 | AB |
Shades of #1ed0ab
Tints of #1ed0ab
RGB Percentages of Color #1ed0ab
CMYK Percentages of Color #1ed0ab
Complementary Color
#1ed0ab | #d01e43 |
#1ed0ab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1ed0ab Color Preview on White Background
Lorem ipsum dolor sit amet.
#1ed0ab Color CSS Codes
.mybgcolor {background-color:#1ed0ab; } .myforecolor {color:#1ed0ab; } .mybordercolor {border:3px solid #1ed0ab; }
#1ed0ab Text Font Color
<p style="color:#1ed0ab">Text here</p>
This sample text font color is #1ed0ab
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.
#1ed0ab Background Color
<div style="background-color:#1ed0ab">
Div content here</div>
This div background color is #1ed0ab
#1ed0ab Border Color
<div style="border:3px solid #1ed0ab">
Div here</div>
This div border color is #1ed0ab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(30,208,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1ed0ab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1ed0ab; -webkit-box-shadow: 1px 1px 3px 2px #1ed0ab; box-shadow: 1px 1px 3px 2px #1ed0ab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(30,208,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1ed0ab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1ed0ab; -webkit-box-shadow: 1px 1px 3px 2px #1ed0ab; box-shadow: 1px 1px 3px 2px #1ed0ab;">
Div content here</div>
This div box has shadow with color #1ed0ab
Comments
No comments written yet.
Please login to write comment.