Color spaces of #ccaeab
RGB | 204 | 174 | 171 |
---|---|---|---|
HSL | 0.02 | 0.24 | 0.74 |
HSV | 5° | 16° | 80° |
CMYK | 0.00 | 0.15 | 0.16 0.20 |
XYZ | 47.3886 | 46.0497 | 44.9189 |
Yxy | 46.0497 | 0.3425 | 0.3328 |
Hunter Lab | 67.8599 | 5.8970 | 8.2558 |
CIE-Lab | 73.5778 | 10.3633 | 5.5587 |
#ccaeab color RGB value is (204,174,171).
#ccaeab hex color red value is 204, green value is 174 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ccaeab hue: 0.02 , saturation: 0.24 and the lightness value of ccaeab is 0.74.
The process color (four color CMYK) of #ccaeab color hex is 0.00, 0.15, 0.16, 0.20. Web safe color of #ccaeab is #cc9999. Color #ccaeab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10101110 | 10101011 |
Octal | 314 | 256 | 253 |
Decimal | 204 | 174 | 171 |
Hex | CC | AE | AB |
Shades of #ccaeab
Tints of #ccaeab
RGB Percentages of Color #ccaeab
CMYK Percentages of Color #ccaeab
Complementary Color
#ccaeab | #abc9cc |
#ccaeab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccaeab Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccaeab Color CSS Codes
.mybgcolor {background-color:#ccaeab; } .myforecolor {color:#ccaeab; } .mybordercolor {border:3px solid #ccaeab; }
#ccaeab Text Font Color
<p style="color:#ccaeab">Text here</p>
This sample text font color is #ccaeab
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.
#ccaeab Background Color
<div style="background-color:#ccaeab">
Div content here</div>
This div background color is #ccaeab
#ccaeab Border Color
<div style="border:3px solid #ccaeab">
Div here</div>
This div border color is #ccaeab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,174,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccaeab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccaeab; -webkit-box-shadow: 1px 1px 3px 2px #ccaeab; box-shadow: 1px 1px 3px 2px #ccaeab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,174,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 #ccaeab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccaeab; -webkit-box-shadow: 1px 1px 3px 2px #ccaeab; box-shadow: 1px 1px 3px 2px #ccaeab;">
Div content here</div>
This div box has shadow with color #ccaeab
Comments
No comments written yet.
Please login to write comment.