Color spaces of #8dceab
RGB | 141 | 206 | 171 |
---|---|---|---|
HSL | 0.41 | 0.40 | 0.68 |
HSV | 148° | 32° | 81° |
CMYK | 0.32 | 0.00 | 0.17 0.19 |
XYZ | 40.4065 | 52.7456 | 46.5794 |
Yxy | 52.7456 | 0.2892 | 0.3775 |
Hunter Lab | 72.6262 | -27.7850 | 12.8122 |
CIE-Lab | 77.7246 | -28.0258 | 10.8959 |
#8dceab color RGB value is (141,206,171).
#8dceab hex color red value is 141, green value is 206 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8dceab hue: 0.41 , saturation: 0.40 and the lightness value of 8dceab is 0.68.
The process color (four color CMYK) of #8dceab color hex is 0.32, 0.00, 0.17, 0.19. Web safe color of #8dceab is #99cc99. Color #8dceab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001101 | 11001110 | 10101011 |
Octal | 215 | 316 | 253 |
Decimal | 141 | 206 | 171 |
Hex | 8D | CE | AB |
Shades of #8dceab
Tints of #8dceab
RGB Percentages of Color #8dceab
CMYK Percentages of Color #8dceab
Complementary Color
#8dceab | #ce8db0 |
#8dceab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8dceab Color Preview on White Background
Lorem ipsum dolor sit amet.
#8dceab Color CSS Codes
.mybgcolor {background-color:#8dceab; } .myforecolor {color:#8dceab; } .mybordercolor {border:3px solid #8dceab; }
#8dceab Text Font Color
<p style="color:#8dceab">Text here</p>
This sample text font color is #8dceab
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.
#8dceab Background Color
<div style="background-color:#8dceab">
Div content here</div>
This div background color is #8dceab
#8dceab Border Color
<div style="border:3px solid #8dceab">
Div here</div>
This div border color is #8dceab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(141,206,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8dceab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8dceab; -webkit-box-shadow: 1px 1px 3px 2px #8dceab; box-shadow: 1px 1px 3px 2px #8dceab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(141,206,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 #8dceab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8dceab; -webkit-box-shadow: 1px 1px 3px 2px #8dceab; box-shadow: 1px 1px 3px 2px #8dceab;">
Div content here</div>
This div box has shadow with color #8dceab
Comments
No comments written yet.
Please login to write comment.