Color Hex Logo

#cccaa0 Color Hex

#CCCAA0
(204,202,160)
0 Favorites   0 Comments

Color spaces of #cccaa0

RGB 204202160
HSL0.160.300.71
HSV57°22°80°
CMYK 0.000.010.22   0.20
XYZ52.367557.616541.6187
Yxy57.61650.34540.3800
Hunter Lab75.9055-9.686920.6254
CIE-Lab80.5251-6.156621.2762

#cccaa0 color RGB value is (204,202,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001010 10100000
Octal 314 312 240
Decimal 204 202 160
Hex CC CA A0

RGB Percentages of Color #cccaa0

%36.04
%35.69
%28.27

CMYK Percentages of Color #cccaa0

%0
%1
%22
%20

Triadic Colors of #cccaa0

#cccaa0 #a0ccca #caa0cc

Analogous Colors of #cccaa0

#cccaa0 #b8cca0 #ccb4a0

Monochromatic Colors of #cccaa0

#cccaa0

Complementary Color

#cccaa0 #a0a2cc

#cccaa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccaa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccaa0 Color CSS Codes

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

#cccaa0 Text Font Color

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

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


#cccaa0 Background Color

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

This div background color is #cccaa0


#cccaa0 Border Color

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

This div border color is #cccaa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccaa0


Comments

No comments written yet.

Please login to write comment.