Color spaces of #8cdaab
RGB | 140 | 218 | 171 |
---|---|---|---|
HSL | 0.40 | 0.51 | 0.70 |
HSV | 144° | 36° | 85° |
CMYK | 0.36 | 0.00 | 0.22 0.15 |
XYZ | 43.2373 | 58.6585 | 47.5715 |
Yxy | 58.6585 | 0.2893 | 0.3925 |
Hunter Lab | 76.5888 | -33.2605 | 16.7855 |
CIE-Lab | 81.1035 | -34.0080 | 15.6593 |
#8cdaab color RGB value is (140,218,171).
#8cdaab hex color red value is 140, green value is 218 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8cdaab hue: 0.40 , saturation: 0.51 and the lightness value of 8cdaab is 0.70.
The process color (four color CMYK) of #8cdaab color hex is 0.36, 0.00, 0.22, 0.15. Web safe color of #8cdaab is #99cc99. Color #8cdaab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 11011010 | 10101011 |
Octal | 214 | 332 | 253 |
Decimal | 140 | 218 | 171 |
Hex | 8C | DA | AB |
Shades of #8cdaab
Tints of #8cdaab
RGB Percentages of Color #8cdaab
CMYK Percentages of Color #8cdaab
Complementary Color
#8cdaab | #da8cbb |
#8cdaab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8cdaab Color Preview on White Background
Lorem ipsum dolor sit amet.
#8cdaab Color CSS Codes
.mybgcolor {background-color:#8cdaab; } .myforecolor {color:#8cdaab; } .mybordercolor {border:3px solid #8cdaab; }
#8cdaab Text Font Color
<p style="color:#8cdaab">Text here</p>
This sample text font color is #8cdaab
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.
#8cdaab Background Color
<div style="background-color:#8cdaab">
Div content here</div>
This div background color is #8cdaab
#8cdaab Border Color
<div style="border:3px solid #8cdaab">
Div here</div>
This div border color is #8cdaab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,218,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8cdaab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8cdaab; -webkit-box-shadow: 1px 1px 3px 2px #8cdaab; box-shadow: 1px 1px 3px 2px #8cdaab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,218,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 #8cdaab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8cdaab; -webkit-box-shadow: 1px 1px 3px 2px #8cdaab; box-shadow: 1px 1px 3px 2px #8cdaab;">
Div content here</div>
This div box has shadow with color #8cdaab
Comments
No comments written yet.
Please login to write comment.