Color spaces of #8cbdab
RGB | 140 | 189 | 171 |
---|---|---|---|
HSL | 0.44 | 0.27 | 0.65 |
HSV | 158° | 26° | 74° |
CMYK | 0.26 | 0.00 | 0.10 0.26 |
XYZ | 36.3635 | 44.9109 | 45.2802 |
Yxy | 44.9109 | 0.2873 | 0.3549 |
Hunter Lab | 67.0156 | -20.4210 | 6.8506 |
CIE-Lab | 72.8332 | -19.9247 | 3.8768 |
#8cbdab color RGB value is (140,189,171).
#8cbdab hex color red value is 140, green value is 189 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8cbdab hue: 0.44 , saturation: 0.27 and the lightness value of 8cbdab is 0.65.
The process color (four color CMYK) of #8cbdab color hex is 0.26, 0.00, 0.10, 0.26. Web safe color of #8cbdab is #99cc99. Color #8cbdab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 10111101 | 10101011 |
Octal | 214 | 275 | 253 |
Decimal | 140 | 189 | 171 |
Hex | 8C | BD | AB |
Shades of #8cbdab
Tints of #8cbdab
RGB Percentages of Color #8cbdab
CMYK Percentages of Color #8cbdab
Complementary Color
#8cbdab | #bd8c9e |
#8cbdab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8cbdab Color Preview on White Background
Lorem ipsum dolor sit amet.
#8cbdab Color CSS Codes
.mybgcolor {background-color:#8cbdab; } .myforecolor {color:#8cbdab; } .mybordercolor {border:3px solid #8cbdab; }
#8cbdab Text Font Color
<p style="color:#8cbdab">Text here</p>
This sample text font color is #8cbdab
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.
#8cbdab Background Color
<div style="background-color:#8cbdab">
Div content here</div>
This div background color is #8cbdab
#8cbdab Border Color
<div style="border:3px solid #8cbdab">
Div here</div>
This div border color is #8cbdab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,189,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8cbdab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8cbdab; -webkit-box-shadow: 1px 1px 3px 2px #8cbdab; box-shadow: 1px 1px 3px 2px #8cbdab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,189,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 #8cbdab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8cbdab; -webkit-box-shadow: 1px 1px 3px 2px #8cbdab; box-shadow: 1px 1px 3px 2px #8cbdab;">
Div content here</div>
This div box has shadow with color #8cbdab
Comments
No comments written yet.
Please login to write comment.