Color spaces of #8aeadb
RGB | 138 | 234 | 219 |
---|---|---|---|
HSL | 0.47 | 0.70 | 0.73 |
HSV | 171° | 41° | 92° |
CMYK | 0.41 | 0.00 | 0.06 0.08 |
XYZ | 52.6902 | 69.3634 | 77.6292 |
Yxy | 69.3634 | 0.2639 | 0.3474 |
Hunter Lab | 83.2847 | -32.8199 | 3.0354 |
CIE-Lab | 86.6837 | -31.8619 | -1.6292 |
#8aeadb color RGB value is (138,234,219).
#8aeadb hex color red value is 138, green value is 234 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8aeadb hue: 0.47 , saturation: 0.70 and the lightness value of 8aeadb is 0.73.
The process color (four color CMYK) of #8aeadb color hex is 0.41, 0.00, 0.06, 0.08. Web safe color of #8aeadb is #99ffcc. Color #8aeadb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001010 | 11101010 | 11011011 |
Octal | 212 | 352 | 333 |
Decimal | 138 | 234 | 219 |
Hex | 8A | EA | DB |
Shades of #8aeadb
Tints of #8aeadb
RGB Percentages of Color #8aeadb
CMYK Percentages of Color #8aeadb
Complementary Color
#8aeadb | #ea8a99 |
#8aeadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8aeadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#8aeadb Color CSS Codes
.mybgcolor {background-color:#8aeadb; } .myforecolor {color:#8aeadb; } .mybordercolor {border:3px solid #8aeadb; }
#8aeadb Text Font Color
<p style="color:#8aeadb">Text here</p>
This sample text font color is #8aeadb
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.
#8aeadb Background Color
<div style="background-color:#8aeadb">
Div content here</div>
This div background color is #8aeadb
#8aeadb Border Color
<div style="border:3px solid #8aeadb">
Div here</div>
This div border color is #8aeadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(138,234,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8aeadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8aeadb; -webkit-box-shadow: 1px 1px 3px 2px #8aeadb; box-shadow: 1px 1px 3px 2px #8aeadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(138,234,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8aeadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8aeadb; -webkit-box-shadow: 1px 1px 3px 2px #8aeadb; box-shadow: 1px 1px 3px 2px #8aeadb;">
Div content here</div>
This div box has shadow with color #8aeadb
Comments
No comments written yet.
Please login to write comment.