Color Hex Logo

#ccafd8 Color Hex

#CCAFD8
(204,175,216)
0 Favorites   0 Comments

Color spaces of #ccafd8

RGB 204175216
HSL0.780.340.77
HSV282°19°85°
CMYK 0.060.190.00   0.15
XYZ52.626548.455271.5448
Yxy48.45520.30490.2807
Hunter Lab69.609813.1328-12.2113
CIE-Lab75.111117.8541-16.7864

#ccafd8 color RGB value is (204,175,216).

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

The process color (four color CMYK) of #ccafd8 color hex is 0.06, 0.19, 0.00, 0.15. Web safe color of #ccafd8 is #cc99cc. Color #ccafd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11011000
Octal 314 257 330
Decimal 204 175 216
Hex CC AF D8

RGB Percentages of Color #ccafd8

%34.29
%29.41
%36.30

CMYK Percentages of Color #ccafd8

%6
%19
%0
%15

Triadic Colors of #ccafd8

#ccafd8 #d8ccaf #afd8cc

Analogous Colors of #ccafd8

#ccafd8 #d8afd0 #b8afd8

Monochromatic Colors of #ccafd8

#ccafd8

Complementary Color

#ccafd8 #bbd8af

#ccafd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafd8 Color CSS Codes

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

#ccafd8 Text Font Color

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

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


#ccafd8 Background Color

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

This div background color is #ccafd8


#ccafd8 Border Color

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

This div border color is #ccafd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafd8


Comments

No comments written yet.

Please login to write comment.