Color Hex Logo

#ccafdd Color Hex

#CCAFDD
(204,175,221)
0 Favorites   0 Comments

Color spaces of #ccafdd

RGB 204175221
HSL0.770.400.78
HSV278°21°87°
CMYK 0.080.210.00   0.13
XYZ53.283048.717875.0018
Yxy48.71780.30100.2752
Hunter Lab69.798114.1179-14.8516
CIE-Lab75.275418.8462-19.2597

#ccafdd color RGB value is (204,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11011101
Octal 314 257 335
Decimal 204 175 221
Hex CC AF DD

RGB Percentages of Color #ccafdd

%34.00
%29.17
%36.83

CMYK Percentages of Color #ccafdd

%8
%21
%0
%13

Triadic Colors of #ccafdd

#ccafdd #ddccaf #afddcc

Analogous Colors of #ccafdd

#ccafdd #ddafd7 #b5afdd

Monochromatic Colors of #ccafdd

#ccafdd

Complementary Color

#ccafdd #c0ddaf

#ccafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafdd Color CSS Codes

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

#ccafdd Text Font Color

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

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


#ccafdd Background Color

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

This div background color is #ccafdd


#ccafdd Border Color

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

This div border color is #ccafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafdd


Comments

No comments written yet.

Please login to write comment.