Color Hex Logo

#ccaddf Color Hex

#CCADDF
(204,173,223)
0 Favorites   0 Comments

Color spaces of #ccaddf

RGB 204173223
HSL0.770.440.78
HSV277°22°87°
CMYK 0.090.220.00   0.13
XYZ53.164748.052276.2850
Yxy48.05220.29950.2707
Hunter Lab69.319715.5910-16.7237
CIE-Lab74.857820.3408-20.9813

#ccaddf color RGB value is (204,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 11011111
Octal 314 255 337
Decimal 204 173 223
Hex CC AD DF

RGB Percentages of Color #ccaddf

%34.00
%28.83
%37.17

CMYK Percentages of Color #ccaddf

%9
%22
%0
%13

Triadic Colors of #ccaddf

#ccaddf #dfccad #addfcc

Analogous Colors of #ccaddf

#ccaddf #dfadd9 #b3addf

Monochromatic Colors of #ccaddf

#ccaddf

Complementary Color

#ccaddf #c0dfad

#ccaddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaddf Color CSS Codes

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

#ccaddf Text Font Color

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

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


#ccaddf Background Color

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

This div background color is #ccaddf


#ccaddf Border Color

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

This div border color is #ccaddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaddf


Comments

No comments written yet.

Please login to write comment.