Color Hex Logo

#ccaa9a Color Hex

#CCAA9A
(204,170,154)
0 Favorites   0 Comments

Color spaces of #ccaa9a

RGB 204170154
HSL0.050.330.70
HSV19°25°80°
CMYK 0.000.170.25   0.20
XYZ45.109343.919936.6717
Yxy43.91990.35890.3494
Hunter Lab66.27215.523113.5823
CIE-Lab72.17499.948812.8745

#ccaa9a color RGB value is (204,170,154).

#ccaa9a hex color red value is 204, green value is 170 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ccaa9a hue: 0.05 , saturation: 0.33 and the lightness value of ccaa9a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 10011010
Octal 314 252 232
Decimal 204 170 154
Hex CC AA 9A

RGB Percentages of Color #ccaa9a

%38.64
%32.20
%29.17

CMYK Percentages of Color #ccaa9a

%0
%17
%25
%20

Triadic Colors of #ccaa9a

#ccaa9a #9accaa #aa9acc

Analogous Colors of #ccaa9a

#ccaa9a #ccc39a #cc9aa3

Monochromatic Colors of #ccaa9a

#ccaa9a

Complementary Color

#ccaa9a #9abccc

#ccaa9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa9a Color CSS Codes

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

#ccaa9a Text Font Color

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

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


#ccaa9a Background Color

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

This div background color is #ccaa9a


#ccaa9a Border Color

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

This div border color is #ccaa9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa9a


Comments

No comments written yet.

Please login to write comment.