Color spaces of #8eeaad
RGB | 142 | 234 | 173 |
---|---|---|---|
HSL | 0.39 | 0.69 | 0.74 |
HSV | 140° | 39° | 92° |
CMYK | 0.39 | 0.00 | 0.26 0.08 |
XYZ | 48.1210 | 67.6136 | 50.0496 |
Yxy | 67.6136 | 0.2903 | 0.4078 |
Hunter Lab | 82.2275 | -39.4367 | 21.4711 |
CIE-Lab | 85.8129 | -40.3421 | 21.1882 |
#8eeaad color RGB value is (142,234,173).
#8eeaad hex color red value is 142, green value is 234 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8eeaad hue: 0.39 , saturation: 0.69 and the lightness value of 8eeaad is 0.74.
The process color (four color CMYK) of #8eeaad color hex is 0.39, 0.00, 0.26, 0.08. Web safe color of #8eeaad is #99ff99. Color #8eeaad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001110 | 11101010 | 10101101 |
Octal | 216 | 352 | 255 |
Decimal | 142 | 234 | 173 |
Hex | 8E | EA | AD |
Shades of #8eeaad
Tints of #8eeaad
RGB Percentages of Color #8eeaad
CMYK Percentages of Color #8eeaad
Complementary Color
#8eeaad | #ea8ecb |
#8eeaad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8eeaad Color Preview on White Background
Lorem ipsum dolor sit amet.
#8eeaad Color CSS Codes
.mybgcolor {background-color:#8eeaad; } .myforecolor {color:#8eeaad; } .mybordercolor {border:3px solid #8eeaad; }
#8eeaad Text Font Color
<p style="color:#8eeaad">Text here</p>
This sample text font color is #8eeaad
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.
#8eeaad Background Color
<div style="background-color:#8eeaad">
Div content here</div>
This div background color is #8eeaad
#8eeaad Border Color
<div style="border:3px solid #8eeaad">
Div here</div>
This div border color is #8eeaad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(142,234,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8eeaad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8eeaad; -webkit-box-shadow: 1px 1px 3px 2px #8eeaad; box-shadow: 1px 1px 3px 2px #8eeaad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(142,234,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8eeaad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8eeaad; -webkit-box-shadow: 1px 1px 3px 2px #8eeaad; box-shadow: 1px 1px 3px 2px #8eeaad;">
Div content here</div>
This div box has shadow with color #8eeaad
Comments
No comments written yet.
Please login to write comment.