Color Hex Logo

#ccafc7 Color Hex

#CCAFC7
(204,175,199)
0 Favorites   0 Comments

Color spaces of #ccafc7

RGB 204175199
HSL0.860.220.74
HSV310°14°80°
CMYK 0.000.140.02   0.20
XYZ50.540647.620860.5608
Yxy47.62080.31840.3000
Hunter Lab69.00789.9678-3.7270
CIE-Lab74.585114.6236-8.2965

#ccafc7 color RGB value is (204,175,199).

#ccafc7 hex color red value is 204, green value is 175 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #ccafc7 hue: 0.86 , saturation: 0.22 and the lightness value of ccafc7 is 0.74.

The process color (four color CMYK) of #ccafc7 color hex is 0.00, 0.14, 0.02, 0.20. Web safe color of #ccafc7 is #cc99cc. Color #ccafc7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11000111
Octal 314 257 307
Decimal 204 175 199
Hex CC AF C7

RGB Percentages of Color #ccafc7

%35.29
%30.28
%34.43

CMYK Percentages of Color #ccafc7

%0
%14
%2
%20

Triadic Colors of #ccafc7

#ccafc7 #c7ccaf #afc7cc

Analogous Colors of #ccafc7

#ccafc7 #ccafb9 #c3afcc

Monochromatic Colors of #ccafc7

#ccafc7

Complementary Color

#ccafc7 #afccb4

#ccafc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafc7 Color CSS Codes

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

#ccafc7 Text Font Color

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

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


#ccafc7 Background Color

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

This div background color is #ccafc7


#ccafc7 Border Color

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

This div border color is #ccafc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafc7


Comments

No comments written yet.

Please login to write comment.