Color Hex Logo

#ccaa92 Color Hex

#CCAA92
(204,170,146)
0 Favorites   0 Comments

Color spaces of #ccaa92

RGB 204170146
HSL0.070.360.69
HSV25°28°80°
CMYK 0.000.170.28   0.20
XYZ44.464943.662133.2782
Yxy43.66210.36630.3596
Hunter Lab66.07734.481416.3942
CIE-Lab72.00218.827817.0084

#ccaa92 color RGB value is (204,170,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 10010010
Octal 314 252 222
Decimal 204 170 146
Hex CC AA 92

RGB Percentages of Color #ccaa92

%39.23
%32.69
%28.08

CMYK Percentages of Color #ccaa92

%0
%17
%28
%20

Triadic Colors of #ccaa92

#ccaa92 #92ccaa #aa92cc

Analogous Colors of #ccaa92

#ccaa92 #ccc792 #cc9297

Monochromatic Colors of #ccaa92

#ccaa92

Complementary Color

#ccaa92 #92b4cc

#ccaa92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa92 Color CSS Codes

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

#ccaa92 Text Font Color

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

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


#ccaa92 Background Color

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

This div background color is #ccaa92


#ccaa92 Border Color

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

This div border color is #ccaa92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa92


Comments

No comments written yet.

Please login to write comment.