Color Hex Logo

#ccafa0 Color Hex

#CCAFA0
(204,175,160)
0 Favorites   0 Comments

Color spaces of #ccafa0

RGB 204175160
HSL0.060.300.71
HSV20°22°80°
CMYK 0.000.140.22   0.20
XYZ46.577046.035439.6886
Yxy46.03540.35210.3480
Hunter Lab67.84943.799612.8128
CIE-Lab73.56858.126811.5615

#ccafa0 color RGB value is (204,175,160).

#ccafa0 hex color red value is 204, green value is 175 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #ccafa0 hue: 0.06 , saturation: 0.30 and the lightness value of ccafa0 is 0.71.

The process color (four color CMYK) of #ccafa0 color hex is 0.00, 0.14, 0.22, 0.20. Web safe color of #ccafa0 is #cc9999. Color #ccafa0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 10100000
Octal 314 257 240
Decimal 204 175 160
Hex CC AF A0

RGB Percentages of Color #ccafa0

%37.85
%32.47
%29.68

CMYK Percentages of Color #ccafa0

%0
%14
%22
%20

Triadic Colors of #ccafa0

#ccafa0 #a0ccaf #afa0cc

Analogous Colors of #ccafa0

#ccafa0 #ccc5a0 #cca0a7

Monochromatic Colors of #ccafa0

#ccafa0

Complementary Color

#ccafa0 #a0bdcc

#ccafa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafa0 Color CSS Codes

.mybgcolor {background-color:#ccafa0; } 
.myforecolor {color:#ccafa0; }
.mybordercolor {border:3px solid #ccafa0; }

#ccafa0 Text Font Color

<p style="color:#ccafa0">Text here</p>

This sample text font color is #ccafa0
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.


#ccafa0 Background Color

<div style="background-color:#ccafa0">
Div content here</div>

This div background color is #ccafa0


#ccafa0 Border Color

<div style="border:3px solid #ccafa0">
Div here</div>

This div border color is #ccafa0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,175,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ccafa0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ccafa0;
  -webkit-box-shadow: 1px 1px 3px 2px #ccafa0;
  box-shadow:         1px 1px 3px 2px #ccafa0; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,175,160, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ccafa0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ccafa0;
  -webkit-box-shadow: 1px 1px 3px 2px #ccafa0;
  box-shadow:         1px 1px 3px 2px #ccafa0;">
Div content here</div>

This div box has shadow with color #ccafa0


Comments

No comments written yet.

Please login to write comment.