Color Hex Logo

#cca9ba Color Hex

#CCA9BA
(204,169,186)
0 Favorites   0 Comments

Color spaces of #cca9ba

RGB 204169186
HSL0.920.260.73
HSV331°17°80°
CMYK 0.000.170.09   0.20
XYZ47.952744.758552.5662
Yxy44.75850.33010.3081
Hunter Lab66.901810.86400.2458
CIE-Lab72.732615.5733-3.9089

#cca9ba color RGB value is (204,169,186).

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

The process color (four color CMYK) of #cca9ba color hex is 0.00, 0.17, 0.09, 0.20. Web safe color of #cca9ba is #cc99cc. Color #cca9ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 10111010
Octal 314 251 272
Decimal 204 169 186
Hex CC A9 BA

RGB Percentages of Color #cca9ba

%36.49
%30.23
%33.27

CMYK Percentages of Color #cca9ba

%0
%17
%9
%20

Triadic Colors of #cca9ba

#cca9ba #bacca9 #a9bacc

Analogous Colors of #cca9ba

#cca9ba #ccaaa9 #cca9cc

Monochromatic Colors of #cca9ba

#cca9ba

Complementary Color

#cca9ba #a9ccbb

#cca9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca9ba Color CSS Codes

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

#cca9ba Text Font Color

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

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


#cca9ba Background Color

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

This div background color is #cca9ba


#cca9ba Border Color

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

This div border color is #cca9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca9ba


Comments

No comments written yet.

Please login to write comment.