Color Hex Logo

#c4afcd Color Hex

#C4AFCD
(196,175,205)
0 Favorites   0 Comments

Color spaces of #c4afcd

RGB 196175205
HSL0.780.230.75
HSV282°15°80°
CMYK 0.040.150.00   0.20
XYZ49.114446.803564.2030
Yxy46.80350.30670.2923
Hunter Lab68.41318.4239-7.7522
CIE-Lab74.063913.0236-12.4285

#c4afcd color RGB value is (196,175,205).

#c4afcd hex color red value is 196, green value is 175 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c4afcd hue: 0.78 , saturation: 0.23 and the lightness value of c4afcd is 0.75.

The process color (four color CMYK) of #c4afcd color hex is 0.04, 0.15, 0.00, 0.20. Web safe color of #c4afcd is #cc99cc. Color #c4afcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10101111 11001101
Octal 304 257 315
Decimal 196 175 205
Hex C4 AF CD

RGB Percentages of Color #c4afcd

%34.03
%30.38
%35.59

CMYK Percentages of Color #c4afcd

%4
%15
%0
%20

Triadic Colors of #c4afcd

#c4afcd #cdc4af #afcdc4

Analogous Colors of #c4afcd

#c4afcd #cdafc7 #b5afcd

Monochromatic Colors of #c4afcd

#c4afcd

Complementary Color

#c4afcd #b8cdaf

#c4afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4afcd Color CSS Codes

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

#c4afcd Text Font Color

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

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


#c4afcd Background Color

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

This div background color is #c4afcd


#c4afcd Border Color

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

This div border color is #c4afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4afcd


Comments

No comments written yet.

Please login to write comment.