Color Hex Logo

#ccc1aa Color Hex

#CCC1AA
(204,193,170)
0 Favorites   0 Comments

Color spaces of #ccc1aa

RGB 204193170
HSL0.110.250.73
HSV41°17°80°
CMYK 0.000.050.17   0.20
XYZ51.227553.879645.7300
Yxy53.87960.33960.3572
Hunter Lab73.4027-3.880314.4442
CIE-Lab78.39150.043812.9674

#ccc1aa color RGB value is (204,193,170).

#ccc1aa hex color red value is 204, green value is 193 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ccc1aa hue: 0.11 , saturation: 0.25 and the lightness value of ccc1aa is 0.73.

The process color (four color CMYK) of #ccc1aa color hex is 0.00, 0.05, 0.17, 0.20. Web safe color of #ccc1aa is #cccc99. Color #ccc1aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 10101010
Octal 314 301 252
Decimal 204 193 170
Hex CC C1 AA

RGB Percentages of Color #ccc1aa

%35.98
%34.04
%29.98

CMYK Percentages of Color #ccc1aa

%0
%5
%17
%20

Triadic Colors of #ccc1aa

#ccc1aa #aaccc1 #c1aacc

Analogous Colors of #ccc1aa

#ccc1aa #c6ccaa #ccb0aa

Monochromatic Colors of #ccc1aa

#ccc1aa

Complementary Color

#ccc1aa #aab5cc

#ccc1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc1aa Color CSS Codes

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

#ccc1aa Text Font Color

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

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


#ccc1aa Background Color

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

This div background color is #ccc1aa


#ccc1aa Border Color

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

This div border color is #ccc1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc1aa


Comments

No comments written yet.

Please login to write comment.