Color spaces of #8daaab
RGB | 141 | 170 | 171 |
---|---|---|---|
HSL | 0.51 | 0.15 | 0.61 |
HSV | 182° | 18° | 67° |
CMYK | 0.18 | 0.01 | 0.00 0.33 |
XYZ | 32.7099 | 37.3524 | 44.0138 |
Yxy | 37.3524 | 0.2867 | 0.3274 |
Hunter Lab | 61.1166 | -11.4200 | 0.0833 |
CIE-Lab | 67.5406 | -9.6999 | -3.8434 |
#8daaab color RGB value is (141,170,171).
#8daaab hex color red value is 141, green value is 170 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8daaab hue: 0.51 , saturation: 0.15 and the lightness value of 8daaab is 0.61.
The process color (four color CMYK) of #8daaab color hex is 0.18, 0.01, 0.00, 0.33. Web safe color of #8daaab is #999999. Color #8daaab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001101 | 10101010 | 10101011 |
Octal | 215 | 252 | 253 |
Decimal | 141 | 170 | 171 |
Hex | 8D | AA | AB |
Shades of #8daaab
Tints of #8daaab
RGB Percentages of Color #8daaab
CMYK Percentages of Color #8daaab
Complementary Color
#8daaab | #ab8e8d |
#8daaab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8daaab Color Preview on White Background
Lorem ipsum dolor sit amet.
#8daaab Color CSS Codes
.mybgcolor {background-color:#8daaab; } .myforecolor {color:#8daaab; } .mybordercolor {border:3px solid #8daaab; }
#8daaab Text Font Color
<p style="color:#8daaab">Text here</p>
This sample text font color is #8daaab
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.
#8daaab Background Color
<div style="background-color:#8daaab">
Div content here</div>
This div background color is #8daaab
#8daaab Border Color
<div style="border:3px solid #8daaab">
Div here</div>
This div border color is #8daaab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(141,170,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8daaab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8daaab; -webkit-box-shadow: 1px 1px 3px 2px #8daaab; box-shadow: 1px 1px 3px 2px #8daaab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(141,170,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 #8daaab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8daaab; -webkit-box-shadow: 1px 1px 3px 2px #8daaab; box-shadow: 1px 1px 3px 2px #8daaab;">
Div content here</div>
This div box has shadow with color #8daaab
Comments
No comments written yet.
Please login to write comment.