Color spaces of #8fdaad
RGB | 143 | 218 | 173 |
---|---|---|---|
HSL | 0.40 | 0.50 | 0.71 |
HSV | 144° | 34° | 85° |
CMYK | 0.34 | 0.00 | 0.21 0.15 |
XYZ | 43.9419 | 58.9996 | 48.6072 |
Yxy | 58.9996 | 0.2900 | 0.3893 |
Hunter Lab | 76.8112 | -32.3039 | 16.2483 |
CIE-Lab | 81.2914 | -32.7401 | 14.8897 |
#8fdaad color RGB value is (143,218,173).
#8fdaad hex color red value is 143, green value is 218 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8fdaad hue: 0.40 , saturation: 0.50 and the lightness value of 8fdaad is 0.71.
The process color (four color CMYK) of #8fdaad color hex is 0.34, 0.00, 0.21, 0.15. Web safe color of #8fdaad is #99cc99. Color #8fdaad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001111 | 11011010 | 10101101 |
Octal | 217 | 332 | 255 |
Decimal | 143 | 218 | 173 |
Hex | 8F | DA | AD |
Shades of #8fdaad
Tints of #8fdaad
RGB Percentages of Color #8fdaad
CMYK Percentages of Color #8fdaad
Complementary Color
#8fdaad | #da8fbc |
#8fdaad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8fdaad Color Preview on White Background
Lorem ipsum dolor sit amet.
#8fdaad Color CSS Codes
.mybgcolor {background-color:#8fdaad; } .myforecolor {color:#8fdaad; } .mybordercolor {border:3px solid #8fdaad; }
#8fdaad Text Font Color
<p style="color:#8fdaad">Text here</p>
This sample text font color is #8fdaad
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.
#8fdaad Background Color
<div style="background-color:#8fdaad">
Div content here</div>
This div background color is #8fdaad
#8fdaad Border Color
<div style="border:3px solid #8fdaad">
Div here</div>
This div border color is #8fdaad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(143,218,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8fdaad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8fdaad; -webkit-box-shadow: 1px 1px 3px 2px #8fdaad; box-shadow: 1px 1px 3px 2px #8fdaad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(143,218,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 #8fdaad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8fdaad; -webkit-box-shadow: 1px 1px 3px 2px #8fdaad; box-shadow: 1px 1px 3px 2px #8fdaad;">
Div content here</div>
This div box has shadow with color #8fdaad
Comments
No comments written yet.
Please login to write comment.