Color Hex Logo

#ccaa96 Color Hex

#CCAA96
(204,170,150)
0 Favorites   0 Comments

Color spaces of #ccaa96

RGB 204170150
HSL0.060.350.69
HSV22°26°80°
CMYK 0.000.170.26   0.20
XYZ44.781643.788834.9460
Yxy43.78880.36260.3545
Hunter Lab66.17314.994115.0101
CIE-Lab72.08719.380614.9410

#ccaa96 color RGB value is (204,170,150).

#ccaa96 hex color red value is 204, green value is 170 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #ccaa96 hue: 0.06 , saturation: 0.35 and the lightness value of ccaa96 is 0.69.

The process color (four color CMYK) of #ccaa96 color hex is 0.00, 0.17, 0.26, 0.20. Web safe color of #ccaa96 is #cc9999. Color #ccaa96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 10010110
Octal 314 252 226
Decimal 204 170 150
Hex CC AA 96

RGB Percentages of Color #ccaa96

%38.93
%32.44
%28.63

CMYK Percentages of Color #ccaa96

%0
%17
%26
%20

Triadic Colors of #ccaa96

#ccaa96 #96ccaa #aa96cc

Analogous Colors of #ccaa96

#ccaa96 #ccc596 #cc969d

Monochromatic Colors of #ccaa96

#ccaa96

Complementary Color

#ccaa96 #96b8cc

#ccaa96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa96 Color CSS Codes

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

#ccaa96 Text Font Color

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

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


#ccaa96 Background Color

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

This div background color is #ccaa96


#ccaa96 Border Color

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

This div border color is #ccaa96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa96


Comments

No comments written yet.

Please login to write comment.