Color Hex Logo

#ccafde Color Hex

#CCAFDE
(204,175,222)
0 Favorites   0 Comments

Color spaces of #ccafde

RGB 204175222
HSL0.770.420.78
HSV277°21°87°
CMYK 0.080.210.00   0.13
XYZ53.416648.771275.7057
Yxy48.77120.30030.2742
Hunter Lab69.836414.3178-15.3875
CIE-Lab75.308819.0468-19.7531

#ccafde color RGB value is (204,175,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11011110
Octal 314 257 336
Decimal 204 175 222
Hex CC AF DE

RGB Percentages of Color #ccafde

%33.94
%29.12
%36.94

CMYK Percentages of Color #ccafde

%8
%21
%0
%13

Triadic Colors of #ccafde

#ccafde #deccaf #afdecc

Analogous Colors of #ccafde

#ccafde #deafd9 #b5afde

Monochromatic Colors of #ccafde

#ccafde

Complementary Color

#ccafde #c1deaf

#ccafde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafde Color CSS Codes

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

#ccafde Text Font Color

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

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


#ccafde Background Color

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

This div background color is #ccafde


#ccafde Border Color

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

This div border color is #ccafde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafde


Comments

No comments written yet.

Please login to write comment.