Color spaces of #ccabaf
RGB | 204 | 171 | 175 |
---|---|---|---|
HSL | 0.98 | 0.24 | 0.74 |
HSV | 353° | 16° | 80° |
CMYK | 0.00 | 0.16 | 0.14 0.20 |
XYZ | 47.2026 | 45.0583 | 46.7667 |
Yxy | 45.0583 | 0.3395 | 0.3241 |
Hunter Lab | 67.1255 | 8.0515 | 5.6802 |
CIE-Lab | 72.9303 | 12.6349 | 2.4282 |
#ccabaf color RGB value is (204,171,175).
#ccabaf hex color red value is 204, green value is 171 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ccabaf hue: 0.98 , saturation: 0.24 and the lightness value of ccabaf is 0.74.
The process color (four color CMYK) of #ccabaf color hex is 0.00, 0.16, 0.14, 0.20. Web safe color of #ccabaf is #cc9999. Color #ccabaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10101011 | 10101111 |
Octal | 314 | 253 | 257 |
Decimal | 204 | 171 | 175 |
Hex | CC | AB | AF |
Shades of #ccabaf
Tints of #ccabaf
RGB Percentages of Color #ccabaf
CMYK Percentages of Color #ccabaf
Complementary Color
#ccabaf | #abccc8 |
#ccabaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccabaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccabaf Color CSS Codes
.mybgcolor {background-color:#ccabaf; } .myforecolor {color:#ccabaf; } .mybordercolor {border:3px solid #ccabaf; }
#ccabaf Text Font Color
<p style="color:#ccabaf">Text here</p>
This sample text font color is #ccabaf
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.
#ccabaf Background Color
<div style="background-color:#ccabaf">
Div content here</div>
This div background color is #ccabaf
#ccabaf Border Color
<div style="border:3px solid #ccabaf">
Div here</div>
This div border color is #ccabaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,171,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccabaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccabaf; -webkit-box-shadow: 1px 1px 3px 2px #ccabaf; box-shadow: 1px 1px 3px 2px #ccabaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,171,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccabaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccabaf; -webkit-box-shadow: 1px 1px 3px 2px #ccabaf; box-shadow: 1px 1px 3px 2px #ccabaf;">
Div content here</div>
This div box has shadow with color #ccabaf
Comments
No comments written yet.
Please login to write comment.