Color Hex Logo

#ccafcc Color Hex

#CCAFCC
(204,175,204)
0 Favorites   0 Comments

Color spaces of #ccafcc

RGB 204175204
HSL0.830.220.74
HSV300°14°80°
CMYK 0.000.140.00   0.20
XYZ51.130947.856963.6692
Yxy47.85690.31430.2942
Hunter Lab69.178710.8691-6.1430
CIE-Lab74.734615.5504-10.8060

#ccafcc color RGB value is (204,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101111 11001100
Octal 314 257 314
Decimal 204 175 204
Hex CC AF CC

RGB Percentages of Color #ccafcc

%34.99
%30.02
%34.99

CMYK Percentages of Color #ccafcc

%0
%14
%0
%20

Triadic Colors of #ccafcc

#ccafcc #ccccaf #afcccc

Analogous Colors of #ccafcc

#ccafcc #ccafbe #beafcc

Monochromatic Colors of #ccafcc

#ccafcc

Complementary Color

#ccafcc #afccaf

#ccafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccafcc Color CSS Codes

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

#ccafcc Text Font Color

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

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


#ccafcc Background Color

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

This div background color is #ccafcc


#ccafcc Border Color

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

This div border color is #ccafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccafcc


Comments

No comments written yet.

Please login to write comment.