Color Hex Logo

#ccafa4 Color Hex

#CCAFA4
(204,175,164)
0 Favorites   0 Comments

Color spaces of #ccafa4

RGB 204175164
HSL0.050.280.72
HSV17°20°80°
CMYK 0.000.140.20   0.20
XYZ46.932746.177641.5615
Yxy46.17760.34850.3429
Hunter Lab67.95414.361911.3054
CIE-Lab73.66068.73079.5075

#ccafa4 color RGB value is (204,175,164).

#ccafa4 hex color red value is 204, green value is 175 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #ccafa4 hue: 0.05 , saturation: 0.28 and the lightness value of ccafa4 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 10100100
Octal 314 257 244
Decimal 204 175 164
Hex CC AF A4

RGB Percentages of Color #ccafa4

%37.57
%32.23
%30.20

CMYK Percentages of Color #ccafa4

%0
%14
%20
%20

Triadic Colors of #ccafa4

#ccafa4 #a4ccaf #afa4cc

Analogous Colors of #ccafa4

#ccafa4 #ccc3a4 #cca4ad

Monochromatic Colors of #ccafa4

#ccafa4

Complementary Color

#ccafa4 #a4c1cc

#ccafa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafa4 Color CSS Codes

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

#ccafa4 Text Font Color

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

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


#ccafa4 Background Color

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

This div background color is #ccafa4


#ccafa4 Border Color

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

This div border color is #ccafa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafa4

#ccafa4 Color Palettes


Comments

No comments written yet.

Please login to write comment.