Color Hex Logo

#ccafdc Color Hex

#CCAFDC
(204,175,220)
0 Favorites   0 Comments

Color spaces of #ccafdc

RGB 204175220
HSL0.770.390.77
HSV279°20°86°
CMYK 0.070.200.00   0.14
XYZ53.150148.664674.3020
Yxy48.66460.30180.2763
Hunter Lab69.760013.9190-14.3183
CIE-Lab75.242218.6464-18.7659

#ccafdc color RGB value is (204,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11011100
Octal 314 257 334
Decimal 204 175 220
Hex CC AF DC

RGB Percentages of Color #ccafdc

%34.06
%29.22
%36.73

CMYK Percentages of Color #ccafdc

%7
%20
%0
%14

Triadic Colors of #ccafdc

#ccafdc #dcccaf #afdccc

Analogous Colors of #ccafdc

#ccafdc #dcafd6 #b6afdc

Monochromatic Colors of #ccafdc

#ccafdc

Complementary Color

#ccafdc #bfdcaf

#ccafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafdc Color CSS Codes

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

#ccafdc Text Font Color

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

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


#ccafdc Background Color

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

This div background color is #ccafdc


#ccafdc Border Color

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

This div border color is #ccafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafdc


Comments

No comments written yet.

Please login to write comment.