Color Hex Logo

#cca9bd Color Hex

#CCA9BD
(204,169,189)
0 Favorites   0 Comments

Color spaces of #cca9bd

RGB 204169189
HSL0.900.260.73
HSV326°17°80°
CMYK 0.000.170.07   0.20
XYZ48.275144.887454.2639
Yxy44.88740.32750.3045
Hunter Lab66.998111.3706-1.1223
CIE-Lab72.817716.0966-5.4334

#cca9bd color RGB value is (204,169,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 10111101
Octal 314 251 275
Decimal 204 169 189
Hex CC A9 BD

RGB Percentages of Color #cca9bd

%36.30
%30.07
%33.63

CMYK Percentages of Color #cca9bd

%0
%17
%7
%20

Triadic Colors of #cca9bd

#cca9bd #bdcca9 #a9bdcc

Analogous Colors of #cca9bd

#cca9bd #cca9ac #caa9cc

Monochromatic Colors of #cca9bd

#cca9bd

Complementary Color

#cca9bd #a9ccb8

#cca9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca9bd Color CSS Codes

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

#cca9bd Text Font Color

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

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


#cca9bd Background Color

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

This div background color is #cca9bd


#cca9bd Border Color

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

This div border color is #cca9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca9bd


Comments

No comments written yet.

Please login to write comment.