Color Hex Logo

#ccaacd Color Hex

#CCAACD
(204,170,205)
0 Favorites   0 Comments

Color spaces of #ccaacd

RGB 204170205
HSL0.830.260.74
HSV298°17°80°
CMYK 0.000.170.00   0.20
XYZ50.296045.994663.9846
Yxy45.99460.31380.2870
Hunter Lab67.819313.6949-8.4640
CIE-Lab73.542018.4652-13.1379

#ccaacd color RGB value is (204,170,205).

#ccaacd hex color red value is 204, green value is 170 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ccaacd hue: 0.83 , saturation: 0.26 and the lightness value of ccaacd is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 11001101
Octal 314 252 315
Decimal 204 170 205
Hex CC AA CD

RGB Percentages of Color #ccaacd

%35.23
%29.36
%35.41

CMYK Percentages of Color #ccaacd

%0
%17
%0
%20

Triadic Colors of #ccaacd

#ccaacd #cdccaa #aacdcc

Analogous Colors of #ccaacd

#ccaacd #cdaabd #bbaacd

Monochromatic Colors of #ccaacd

#ccaacd

Complementary Color

#ccaacd #abcdaa

#ccaacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaacd Color CSS Codes

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

#ccaacd Text Font Color

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

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


#ccaacd Background Color

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

This div background color is #ccaacd


#ccaacd Border Color

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

This div border color is #ccaacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaacd

#ccaacd Color Palettes


Comments

No comments written yet.

Please login to write comment.