Color Hex Logo

#ccaf9f Color Hex

#CCAF9F
(204,175,159)
0 Favorites   0 Comments

Color spaces of #ccaf9f

RGB 204175159
HSL0.060.310.71
HSV21°22°80°
CMYK 0.000.140.22   0.20
XYZ46.489846.000539.2296
Yxy46.00050.35290.3492
Hunter Lab67.82373.661613.1829
CIE-Lab73.54597.978312.0753

#ccaf9f color RGB value is (204,175,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 10011111
Octal 314 257 237
Decimal 204 175 159
Hex CC AF 9F

RGB Percentages of Color #ccaf9f

%37.92
%32.53
%29.55

CMYK Percentages of Color #ccaf9f

%0
%14
%22
%20

Triadic Colors of #ccaf9f

#ccaf9f #9fccaf #af9fcc

Analogous Colors of #ccaf9f

#ccaf9f #ccc69f #cc9fa6

Monochromatic Colors of #ccaf9f

#ccaf9f

Complementary Color

#ccaf9f #9fbccc

#ccaf9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf9f Color CSS Codes

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

#ccaf9f Text Font Color

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

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


#ccaf9f Background Color

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

This div background color is #ccaf9f


#ccaf9f Border Color

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

This div border color is #ccaf9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf9f


Comments

No comments written yet.

Please login to write comment.