Color Hex Logo

#ccaf9c Color Hex

#CCAF9C
(204,175,156)
0 Favorites   0 Comments

Color spaces of #ccaf9c

RGB 204175156
HSL0.070.320.71
HSV24°24°80°
CMYK 0.000.140.24   0.20
XYZ46.232645.897637.8749
Yxy45.89760.35560.3530
Hunter Lab67.74783.253814.2769
CIE-Lab73.47907.538413.6175

#ccaf9c color RGB value is (204,175,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 10011100
Octal 314 257 234
Decimal 204 175 156
Hex CC AF 9C

RGB Percentages of Color #ccaf9c

%38.13
%32.71
%29.16

CMYK Percentages of Color #ccaf9c

%0
%14
%24
%20

Triadic Colors of #ccaf9c

#ccaf9c #9cccaf #af9ccc

Analogous Colors of #ccaf9c

#ccaf9c #ccc79c #cc9ca1

Monochromatic Colors of #ccaf9c

#ccaf9c

Complementary Color

#ccaf9c #9cb9cc

#ccaf9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaf9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaf9c Color CSS Codes

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

#ccaf9c Text Font Color

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

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


#ccaf9c Background Color

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

This div background color is #ccaf9c


#ccaf9c Border Color

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

This div border color is #ccaf9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaf9c


Comments

No comments written yet.

Please login to write comment.