Color spaces of #cc8eac
RGB | 204 | 142 | 172 |
---|---|---|---|
HSL | 0.92 | 0.38 | 0.68 |
HSV | 331° | 30° | 80° |
CMYK | 0.00 | 0.30 | 0.16 0.20 |
XYZ | 42.0212 | 35.1619 | 43.6019 |
Yxy | 35.1619 | 0.3479 | 0.2911 |
Hunter Lab | 59.2975 | 22.7236 | -2.0882 |
CIE-Lab | 65.8745 | 27.9947 | -6.2532 |
#cc8eac color RGB value is (204,142,172).
#cc8eac hex color red value is 204, green value is 142 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cc8eac hue: 0.92 , saturation: 0.38 and the lightness value of cc8eac is 0.68.
The process color (four color CMYK) of #cc8eac color hex is 0.00, 0.30, 0.16, 0.20. Web safe color of #cc8eac is #cc9999. Color #cc8eac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10001110 | 10101100 |
Octal | 314 | 216 | 254 |
Decimal | 204 | 142 | 172 |
Hex | CC | 8E | AC |
Shades of #cc8eac
Tints of #cc8eac
RGB Percentages of Color #cc8eac
CMYK Percentages of Color #cc8eac
Complementary Color
#cc8eac | #8eccae |
#cc8eac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cc8eac Color Preview on White Background
Lorem ipsum dolor sit amet.
#cc8eac Color CSS Codes
.mybgcolor {background-color:#cc8eac; } .myforecolor {color:#cc8eac; } .mybordercolor {border:3px solid #cc8eac; }
#cc8eac Text Font Color
<p style="color:#cc8eac">Text here</p>
This sample text font color is #cc8eac
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.
#cc8eac Background Color
<div style="background-color:#cc8eac">
Div content here</div>
This div background color is #cc8eac
#cc8eac Border Color
<div style="border:3px solid #cc8eac">
Div here</div>
This div border color is #cc8eac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,142,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cc8eac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cc8eac; -webkit-box-shadow: 1px 1px 3px 2px #cc8eac; box-shadow: 1px 1px 3px 2px #cc8eac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,142,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 #cc8eac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cc8eac; -webkit-box-shadow: 1px 1px 3px 2px #cc8eac; box-shadow: 1px 1px 3px 2px #cc8eac;">
Div content here</div>
This div box has shadow with color #cc8eac
Comments
No comments written yet.
Please login to write comment.