Color Hex Logo

#ccafd0 Color Hex

#CCAFD0
(204,175,208)
0 Favorites   0 Comments

Color spaces of #ccafd0

RGB 204175208
HSL0.810.260.75
HSV293°16°82°
CMYK 0.020.160.00   0.18
XYZ51.617048.051466.2288
Yxy48.05140.31110.2896
Hunter Lab69.319111.6078-8.1234
CIE-Lab74.857316.3059-12.8062

#ccafd0 color RGB value is (204,175,208).

#ccafd0 hex color red value is 204, green value is 175 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #ccafd0 hue: 0.81 , saturation: 0.26 and the lightness value of ccafd0 is 0.75.

The process color (four color CMYK) of #ccafd0 color hex is 0.02, 0.16, 0.00, 0.18. Web safe color of #ccafd0 is #cc99cc. Color #ccafd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11010000
Octal 314 257 320
Decimal 204 175 208
Hex CC AF D0

RGB Percentages of Color #ccafd0

%34.75
%29.81
%35.43

CMYK Percentages of Color #ccafd0

%2
%16
%0
%18

Triadic Colors of #ccafd0

#ccafd0 #d0ccaf #afd0cc

Analogous Colors of #ccafd0

#ccafd0 #d0afc4 #bcafd0

Monochromatic Colors of #ccafd0

#ccafd0

Complementary Color

#ccafd0 #b3d0af

#ccafd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafd0 Color CSS Codes

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

#ccafd0 Text Font Color

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

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


#ccafd0 Background Color

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

This div background color is #ccafd0


#ccafd0 Border Color

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

This div border color is #ccafd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafd0


Comments

No comments written yet.

Please login to write comment.