Color Hex Logo

#ccafca Color Hex

#CCAFCA
(204,175,202)
0 Favorites   0 Comments

Color spaces of #ccafca

RGB 204175202
HSL0.840.220.74
HSV304°14°80°
CMYK 0.000.140.01   0.20
XYZ50.892547.761662.4137
Yxy47.76160.31600.2965
Hunter Lab69.109810.5055-5.1685
CIE-Lab74.674315.1772-9.8033

#ccafca color RGB value is (204,175,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11001010
Octal 314 257 312
Decimal 204 175 202
Hex CC AF CA

RGB Percentages of Color #ccafca

%35.11
%30.12
%34.77

CMYK Percentages of Color #ccafca

%0
%14
%1
%20

Triadic Colors of #ccafca

#ccafca #caccaf #afcacc

Analogous Colors of #ccafca

#ccafca #ccafbc #c0afcc

Monochromatic Colors of #ccafca

#ccafca

Complementary Color

#ccafca #afccb1

#ccafca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafca Color CSS Codes

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

#ccafca Text Font Color

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

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


#ccafca Background Color

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

This div background color is #ccafca


#ccafca Border Color

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

This div border color is #ccafca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafca


Comments

No comments written yet.

Please login to write comment.