Color Hex Logo

#cccaad Color Hex

#CCCAAD
(204,202,173)
0 Favorites   0 Comments

Color spaces of #cccaad

RGB 204202173
HSL0.160.230.74
HSV56°15°80°
CMYK 0.000.010.15   0.20
XYZ53.565258.095647.9255
Yxy58.09560.33570.3640
Hunter Lab76.2205-7.942016.0743
CIE-Lab80.7919-4.205214.7465

#cccaad color RGB value is (204,202,173).

#cccaad hex color red value is 204, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cccaad hue: 0.16 , saturation: 0.23 and the lightness value of cccaad is 0.74.

The process color (four color CMYK) of #cccaad color hex is 0.00, 0.01, 0.15, 0.20. Web safe color of #cccaad is #cccc99. Color #cccaad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 10101101
Octal 314 312 255
Decimal 204 202 173
Hex CC CA AD

RGB Percentages of Color #cccaad

%35.23
%34.89
%29.88

CMYK Percentages of Color #cccaad

%0
%1
%15
%20

Triadic Colors of #cccaad

#cccaad #adccca #caadcc

Analogous Colors of #cccaad

#cccaad #bfccad #ccbbad

Monochromatic Colors of #cccaad

#cccaad

Complementary Color

#cccaad #adafcc

#cccaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccaad Color CSS Codes

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

#cccaad Text Font Color

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

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


#cccaad Background Color

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

This div background color is #cccaad


#cccaad Border Color

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

This div border color is #cccaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccaad


Comments

No comments written yet.

Please login to write comment.