Color spaces of #8cbdac
RGB | 140 | 189 | 172 |
---|---|---|---|
HSL | 0.44 | 0.27 | 0.65 |
HSV | 159° | 26° | 74° |
CMYK | 0.26 | 0.00 | 0.09 0.26 |
XYZ | 36.4592 | 44.9492 | 45.7842 |
Yxy | 44.9492 | 0.2866 | 0.3534 |
Hunter Lab | 67.0442 | -20.2574 | 6.4420 |
CIE-Lab | 72.8584 | -19.7154 | 3.3685 |
#8cbdac color RGB value is (140,189,172).
#8cbdac hex color red value is 140, green value is 189 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8cbdac hue: 0.44 , saturation: 0.27 and the lightness value of 8cbdac is 0.65.
The process color (four color CMYK) of #8cbdac color hex is 0.26, 0.00, 0.09, 0.26. Web safe color of #8cbdac is #99cc99. Color #8cbdac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001100 | 10111101 | 10101100 |
Octal | 214 | 275 | 254 |
Decimal | 140 | 189 | 172 |
Hex | 8C | BD | AC |
Shades of #8cbdac
Tints of #8cbdac
RGB Percentages of Color #8cbdac
CMYK Percentages of Color #8cbdac
Complementary Color
#8cbdac | #bd8c9d |
#8cbdac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#8cbdac Color Preview on White Background
Lorem ipsum dolor sit amet.
#8cbdac Color CSS Codes
.mybgcolor {background-color:#8cbdac; } .myforecolor {color:#8cbdac; } .mybordercolor {border:3px solid #8cbdac; }
#8cbdac Text Font Color
<p style="color:#8cbdac">Text here</p>
This sample text font color is #8cbdac
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.
#8cbdac Background Color
<div style="background-color:#8cbdac">
Div content here</div>
This div background color is #8cbdac
#8cbdac Border Color
<div style="border:3px solid #8cbdac">
Div here</div>
This div border color is #8cbdac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(140,189,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #8cbdac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8cbdac; -webkit-box-shadow: 1px 1px 3px 2px #8cbdac; box-shadow: 1px 1px 3px 2px #8cbdac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(140,189,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #8cbdac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #8cbdac; -webkit-box-shadow: 1px 1px 3px 2px #8cbdac; box-shadow: 1px 1px 3px 2px #8cbdac;">
Div content here</div>
This div box has shadow with color #8cbdac
#8cbdac Color Palettes
Comments
No comments written yet.
Please login to write comment.