Color Hex Logo

#ccaddd Color Hex

#CCADDD
(204,173,221)
0 Favorites   0 Comments

Color spaces of #ccaddd

RGB 204173221
HSL0.770.410.77
HSV279°22°87°
CMYK 0.080.220.00   0.13
XYZ52.896647.945074.8730
Yxy47.94500.30100.2729
Hunter Lab69.242315.1882-15.6417
CIE-Lab74.790219.9386-19.9951

#ccaddd color RGB value is (204,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 11011101
Octal 314 255 335
Decimal 204 173 221
Hex CC AD DD

RGB Percentages of Color #ccaddd

%34.11
%28.93
%36.96

CMYK Percentages of Color #ccaddd

%8
%22
%0
%13

Triadic Colors of #ccaddd

#ccaddd #ddccad #adddcc

Analogous Colors of #ccaddd

#ccaddd #ddadd6 #b4addd

Monochromatic Colors of #ccaddd

#ccaddd

Complementary Color

#ccaddd #beddad

#ccaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaddd Color CSS Codes

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

#ccaddd Text Font Color

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

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


#ccaddd Background Color

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

This div background color is #ccaddd


#ccaddd Border Color

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

This div border color is #ccaddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaddd


Comments

No comments written yet.

Please login to write comment.