Color Hex Logo

#ccaaa6 Color Hex

#CCAAA6
(204,170,166)
0 Favorites   0 Comments

Color spaces of #ccaaa6

RGB 204170166
HSL0.020.270.73
HSV19°80°
CMYK 0.000.170.19   0.20
XYZ46.159544.340042.2020
Yxy44.34000.34780.3341
Hunter Lab66.58837.20809.0353
CIE-Lab72.455211.74436.6876

#ccaaa6 color RGB value is (204,170,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 10100110
Octal 314 252 246
Decimal 204 170 166
Hex CC AA A6

RGB Percentages of Color #ccaaa6

%37.78
%31.48
%30.74

CMYK Percentages of Color #ccaaa6

%0
%17
%19
%20

Triadic Colors of #ccaaa6

#ccaaa6 #a6ccaa #aaa6cc

Analogous Colors of #ccaaa6

#ccaaa6 #ccbda6 #cca6b5

Monochromatic Colors of #ccaaa6

#ccaaa6

Complementary Color

#ccaaa6 #a6c8cc

#ccaaa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaaa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaaa6 Color CSS Codes

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

#ccaaa6 Text Font Color

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

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


#ccaaa6 Background Color

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

This div background color is #ccaaa6


#ccaaa6 Border Color

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

This div border color is #ccaaa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaaa6


Comments

No comments written yet.

Please login to write comment.