Color Hex Logo

#ccaabd Color Hex

#CCAABD
(204,170,189)
0 Favorites   0 Comments

Color spaces of #ccaabd

RGB 204170189
HSL0.910.250.73
HSV326°17°80°
CMYK 0.000.170.07   0.20
XYZ48.461945.260954.3261
Yxy45.26090.32730.3057
Hunter Lab67.276210.8477-0.7838
CIE-Lab73.063415.5516-5.0704

#ccaabd color RGB value is (204,170,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 10111101
Octal 314 252 275
Decimal 204 170 189
Hex CC AA BD

RGB Percentages of Color #ccaabd

%36.23
%30.20
%33.57

CMYK Percentages of Color #ccaabd

%0
%17
%7
%20

Triadic Colors of #ccaabd

#ccaabd #bdccaa #aabdcc

Analogous Colors of #ccaabd

#ccaabd #ccaaac #caaacc

Monochromatic Colors of #ccaabd

#ccaabd

Complementary Color

#ccaabd #aaccb9

#ccaabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaabd Color CSS Codes

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

#ccaabd Text Font Color

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

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


#ccaabd Background Color

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

This div background color is #ccaabd


#ccaabd Border Color

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

This div border color is #ccaabd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,170,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 #ccaabd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaabd


Comments

No comments written yet.

Please login to write comment.