Color Hex Logo

#ccaf8f Color Hex

#CCAF8F
(204,175,143)
0 Favorites   0 Comments

Color spaces of #ccaf8f

RGB 204175143
HSL0.090.370.68
HSV31°30°80°
CMYK 0.000.140.30   0.20
XYZ45.189745.480532.3835
Yxy45.48050.36720.3696
Hunter Lab67.43921.590718.7371
CIE-Lab73.20725.731120.3044

#ccaf8f color RGB value is (204,175,143).

#ccaf8f hex color red value is 204, green value is 175 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ccaf8f hue: 0.09 , saturation: 0.37 and the lightness value of ccaf8f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 10001111
Octal 314 257 217
Decimal 204 175 143
Hex CC AF 8F

RGB Percentages of Color #ccaf8f

%39.08
%33.52
%27.39

CMYK Percentages of Color #ccaf8f

%0
%14
%30
%20

Triadic Colors of #ccaf8f

#ccaf8f #8fccaf #af8fcc

Analogous Colors of #ccaf8f

#ccaf8f #cbcc8f #cc918f

Monochromatic Colors of #ccaf8f

#ccaf8f

Complementary Color

#ccaf8f #8faccc

#ccaf8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf8f Color CSS Codes

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

#ccaf8f Text Font Color

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

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


#ccaf8f Background Color

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

This div background color is #ccaf8f


#ccaf8f Border Color

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

This div border color is #ccaf8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf8f


Comments

No comments written yet.

Please login to write comment.