Color Hex Logo

#ccaede Color Hex

#CCAEDE
(204,174,222)
0 Favorites   0 Comments

Color spaces of #ccaede

RGB 204174222
HSL0.770.420.78
HSV278°22°87°
CMYK 0.080.220.00   0.13
XYZ53.222748.383475.6410
Yxy48.38340.30030.2730
Hunter Lab69.558214.8531-15.7842
CIE-Lab75.066119.5929-20.1209

#ccaede color RGB value is (204,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101110 11011110
Octal 314 256 336
Decimal 204 174 222
Hex CC AE DE

RGB Percentages of Color #ccaede

%34.00
%29.00
%37.00

CMYK Percentages of Color #ccaede

%8
%22
%0
%13

Triadic Colors of #ccaede

#ccaede #deccae #aedecc

Analogous Colors of #ccaede

#ccaede #deaed8 #b4aede

Monochromatic Colors of #ccaede

#ccaede

Complementary Color

#ccaede #c0deae

#ccaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccaede Color CSS Codes

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

#ccaede Text Font Color

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

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


#ccaede Background Color

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

This div background color is #ccaede


#ccaede Border Color

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

This div border color is #ccaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccaede


Comments

No comments written yet.

Please login to write comment.