Color Hex Logo

#ccafbd Color Hex

#CCAFBD
(204,175,189)
0 Favorites   0 Comments

Color spaces of #ccafbd

RGB 204175189
HSL0.920.220.74
HSV331°14°80°
CMYK 0.000.140.07   0.20
XYZ49.417147.171454.6445
Yxy47.17140.32680.3119
Hunter Lab68.68148.24030.9045
CIE-Lab74.299312.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

BaseRedGreenBlue
Binary 11001100 10101111 10111101
Octal 314 257 275
Decimal 204 175 189
Hex CC AF BD

RGB Percentages of Color #ccafbd

%35.92
%30.81
%33.27

CMYK Percentages of Color #ccafbd

%0
%14
%7
%20

Triadic Colors of #ccafbd

#ccafbd #bdccaf #afbdcc

Analogous Colors of #ccafbd

#ccafbd #ccb0af #ccafcc

Monochromatic Colors of #ccafbd

#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.