Color Hex Logo

#ccaadd Color Hex

#CCAADD
(204,170,221)
2 Favorites   0 Comments

Color spaces of #ccaadd

RGB 204170221
HSL0.780.430.77
HSV280°23°87°
CMYK 0.080.230.00   0.13
XYZ52.327746.807374.6834
Yxy46.80730.30100.2693
Hunter Lab68.415916.7975-16.8304
CIE-Lab74.066321.5790-21.0940

#ccaadd color RGB value is (204,170,221). This hex color code is also a web safe color which is equal to #CAD.

#ccaadd hex color red value is 204, green value is 170 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ccaadd hue: 0.78 , saturation: 0.43 and the lightness value of ccaadd is 0.77.

The process color (four color CMYK) of #ccaadd color hex is 0.08, 0.23, 0.00, 0.13. Web safe color of #ccaadd is #cc99cc. Color #ccaadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101010 11011101
Octal 314 252 335
Decimal 204 170 221
Hex CC AA DD

RGB Percentages of Color #ccaadd

%34.29
%28.57
%37.14

CMYK Percentages of Color #ccaadd

%8
%23
%0
%13

Triadic Colors of #ccaadd

#ccaadd #ddccaa #aaddcc

Analogous Colors of #ccaadd

#ccaadd #ddaad5 #b3aadd

Monochromatic Colors of #ccaadd

#ccaadd

Complementary Color

#ccaadd #bbddaa

#ccaadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaadd Color CSS Codes

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

#ccaadd Text Font Color

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

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


#ccaadd Background Color

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

This div background color is #ccaadd


#ccaadd Border Color

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

This div border color is #ccaadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaadd

#ccaadd Color Palettes


Comments

No comments written yet.

Please login to write comment.