Color Hex Logo

#cca9ad Color Hex

#CCA9AD
(204,169,173)
0 Favorites   0 Comments

Color spaces of #cca9ad

RGB 204169173
HSL0.980.260.73
HSV353°17°80°
CMYK 0.000.170.15   0.20
XYZ46.632644.230445.6147
Yxy44.23040.34170.3241
Hunter Lab66.50598.77515.8887
CIE-Lab72.382213.39692.7326

#cca9ad color RGB value is (204,169,173).

#cca9ad hex color red value is 204, green value is 169 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cca9ad hue: 0.98 , saturation: 0.26 and the lightness value of cca9ad is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 10101101
Octal 314 251 255
Decimal 204 169 173
Hex CC A9 AD

RGB Percentages of Color #cca9ad

%37.36
%30.95
%31.68

CMYK Percentages of Color #cca9ad

%0
%17
%15
%20

Triadic Colors of #cca9ad

#cca9ad #adcca9 #a9adcc

Analogous Colors of #cca9ad

#cca9ad #ccb7a9 #cca9bf

Monochromatic Colors of #cca9ad

#cca9ad

Complementary Color

#cca9ad #a9ccc8

#cca9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca9ad Color CSS Codes

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

#cca9ad Text Font Color

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

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


#cca9ad Background Color

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

This div background color is #cca9ad


#cca9ad Border Color

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

This div border color is #cca9ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca9ad


Comments

No comments written yet.

Please login to write comment.