Color spaces of #1eadac
RGB | 30 | 173 | 172 |
---|---|---|---|
HSL | 0.50 | 0.70 | 0.40 |
HSV | 180° | 83° | 68° |
CMYK | 0.83 | 0.00 | 0.01 0.32 |
XYZ | 22.9254 | 33.1417 | 44.2184 |
Yxy | 33.1417 | 0.2286 | 0.3305 |
Hunter Lab | 57.5688 | -29.6621 | -5.2422 |
CIE-Lab | 64.2755 | -34.7745 | -9.7017 |
#1eadac color RGB value is (30,173,172).
#1eadac hex color red value is 30, green value is 173 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #1eadac hue: 0.50 , saturation: 0.70 and the lightness value of 1eadac is 0.40.
The process color (four color CMYK) of #1eadac color hex is 0.83, 0.00, 0.01, 0.32. Web safe color of #1eadac is #339999. Color #1eadac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011110 | 10101101 | 10101100 |
Octal | 36 | 255 | 254 |
Decimal | 30 | 173 | 172 |
Hex | 1E | AD | AC |
Shades of #1eadac
Tints of #1eadac
RGB Percentages of Color #1eadac
CMYK Percentages of Color #1eadac
Complementary Color
#1eadac | #ad1e1f |
#1eadac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1eadac Color Preview on White Background
Lorem ipsum dolor sit amet.
#1eadac Color CSS Codes
.mybgcolor {background-color:#1eadac; } .myforecolor {color:#1eadac; } .mybordercolor {border:3px solid #1eadac; }
#1eadac Text Font Color
<p style="color:#1eadac">Text here</p>
This sample text font color is #1eadac
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.
#1eadac Background Color
<div style="background-color:#1eadac">
Div content here</div>
This div background color is #1eadac
#1eadac Border Color
<div style="border:3px solid #1eadac">
Div here</div>
This div border color is #1eadac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(30,173,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1eadac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1eadac; -webkit-box-shadow: 1px 1px 3px 2px #1eadac; box-shadow: 1px 1px 3px 2px #1eadac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(30,173,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1eadac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1eadac; -webkit-box-shadow: 1px 1px 3px 2px #1eadac; box-shadow: 1px 1px 3px 2px #1eadac;">
Div content here</div>
This div box has shadow with color #1eadac
Comments
No comments written yet.
Please login to write comment.