Color Hex Logo

#c5afcc Color Hex

#C5AFCC
(197,175,204)
0 Favorites   0 Comments

Color spaces of #c5afcc

RGB 197175204
HSL0.790.220.74
HSV286°14°80°
CMYK 0.030.140.00   0.20
XYZ49.255046.889963.5814
Yxy46.88990.30840.2936
Hunter Lab68.47628.5619-7.1185
CIE-Lab74.119313.1674-11.7900

#c5afcc color RGB value is (197,175,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10101111 11001100
Octal 305 257 314
Decimal 197 175 204
Hex C5 AF CC

RGB Percentages of Color #c5afcc

%34.20
%30.38
%35.42

CMYK Percentages of Color #c5afcc

%3
%14
%0
%20

Triadic Colors of #c5afcc

#c5afcc #ccc5af #afccc5

Analogous Colors of #c5afcc

#c5afcc #ccafc5 #b7afcc

Monochromatic Colors of #c5afcc

#c5afcc

Complementary Color

#c5afcc #b6ccaf

#c5afcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5afcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5afcc Color CSS Codes

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

#c5afcc Text Font Color

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

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


#c5afcc Background Color

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

This div background color is #c5afcc


#c5afcc Border Color

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

This div border color is #c5afcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,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 #c5afcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5afcc


Comments

No comments written yet.

Please login to write comment.