Color Hex Logo

#ccaa95 Color Hex

#CCAA95
(204,170,149)
0 Favorites   0 Comments

Color spaces of #ccaa95

RGB 204170149
HSL0.060.350.69
HSV23°27°80°
CMYK 0.000.170.27   0.20
XYZ44.701443.756734.5236
Yxy43.75670.36350.3558
Hunter Lab66.14884.864415.3603
CIE-Lab72.06569.241015.4578

#ccaa95 color RGB value is (204,170,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 10010101
Octal 314 252 225
Decimal 204 170 149
Hex CC AA 95

RGB Percentages of Color #ccaa95

%39.01
%32.50
%28.49

CMYK Percentages of Color #ccaa95

%0
%17
%27
%20

Triadic Colors of #ccaa95

#ccaa95 #95ccaa #aa95cc

Analogous Colors of #ccaa95

#ccaa95 #ccc695 #cc959c

Monochromatic Colors of #ccaa95

#ccaa95

Complementary Color

#ccaa95 #95b7cc

#ccaa95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaa95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaa95 Color CSS Codes

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

#ccaa95 Text Font Color

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

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


#ccaa95 Background Color

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

This div background color is #ccaa95


#ccaa95 Border Color

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

This div border color is #ccaa95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaa95


Comments

No comments written yet.

Please login to write comment.