Color spaces of #ccafbd
RGB | 204 | 175 | 189 |
---|---|---|---|
HSL | 0.92 | 0.22 | 0.74 |
HSV | 331° | 14° | 80° |
CMYK | 0.00 | 0.14 | 0.07 0.20 |
XYZ | 49.4171 | 47.1714 | 54.6445 |
Yxy | 47.1714 | 0.3268 | 0.3119 |
Hunter Lab | 68.6814 | 8.2403 | 0.9045 |
CIE-Lab | 74.2993 | 12.8317 | -3.2488 |
#ccafbd color RGB value is (204,175,189).
#ccafbd hex color red value is 204, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ccafbd hue: 0.92 , saturation: 0.22 and the lightness value of ccafbd is 0.74.
The process color (four color CMYK) of #ccafbd color hex is 0.00, 0.14, 0.07, 0.20. Web safe color of #ccafbd is #cc99cc. Color #ccafbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10101111 | 10111101 |
Octal | 314 | 257 | 275 |
Decimal | 204 | 175 | 189 |
Hex | CC | AF | BD |
Shades of #ccafbd
Tints of #ccafbd
RGB Percentages of Color #ccafbd
CMYK Percentages of Color #ccafbd
Complementary Color
#ccafbd | #afccbe |
#ccafbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccafbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccafbd Color CSS Codes
.mybgcolor {background-color:#ccafbd; } .myforecolor {color:#ccafbd; } .mybordercolor {border:3px solid #ccafbd; }
#ccafbd Text Font Color
<p style="color:#ccafbd">Text here</p>
This sample text font color is #ccafbd
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.
#ccafbd Background Color
<div style="background-color:#ccafbd">
Div content here</div>
This div background color is #ccafbd
#ccafbd Border Color
<div style="border:3px solid #ccafbd">
Div here</div>
This div border color is #ccafbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,175,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccafbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccafbd; -webkit-box-shadow: 1px 1px 3px 2px #ccafbd; box-shadow: 1px 1px 3px 2px #ccafbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,175,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccafbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccafbd; -webkit-box-shadow: 1px 1px 3px 2px #ccafbd; box-shadow: 1px 1px 3px 2px #ccafbd;">
Div content here</div>
This div box has shadow with color #ccafbd
Comments
No comments written yet.
Please login to write comment.