Color Hex Logo

#ccaddc Color Hex

#CCADDC
(204,173,220)
0 Favorites   0 Comments

Color spaces of #ccaddc

RGB 204173220
HSL0.780.400.77
HSV280°21°86°
CMYK 0.070.210.00   0.14
XYZ52.763747.891874.1732
Yxy47.89180.30180.2739
Hunter Lab69.203914.9884-15.1047
CIE-Lab74.756619.7387-19.5013

#ccaddc color RGB value is (204,173,220).

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

The process color (four color CMYK) of #ccaddc color hex is 0.07, 0.21, 0.00, 0.14. Web safe color of #ccaddc is #cc99cc. Color #ccaddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101101 11011100
Octal 314 255 334
Decimal 204 173 220
Hex CC AD DC

RGB Percentages of Color #ccaddc

%34.17
%28.98
%36.85

CMYK Percentages of Color #ccaddc

%7
%21
%0
%14

Triadic Colors of #ccaddc

#ccaddc #dcccad #addccc

Analogous Colors of #ccaddc

#ccaddc #dcadd5 #b5addc

Monochromatic Colors of #ccaddc

#ccaddc

Complementary Color

#ccaddc #bddcad

#ccaddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaddc Color CSS Codes

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

#ccaddc Text Font Color

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

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


#ccaddc Background Color

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

This div background color is #ccaddc


#ccaddc Border Color

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

This div border color is #ccaddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaddc


Comments

No comments written yet.

Please login to write comment.