Color Hex Logo

#c9afcd Color Hex

#C9AFCD
(201,175,205)
0 Favorites   0 Comments

Color spaces of #c9afcd

RGB 201175205
HSL0.810.230.75
HSV292°15°80°
CMYK 0.020.150.00   0.20
XYZ50.436847.485264.2649
Yxy47.48520.31100.2928
Hunter Lab68.909510.0575-7.0571
CIE-Lab74.499114.7171-11.7321

#c9afcd color RGB value is (201,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10101111 11001101
Octal 311 257 315
Decimal 201 175 205
Hex C9 AF CD

RGB Percentages of Color #c9afcd

%34.60
%30.12
%35.28

CMYK Percentages of Color #c9afcd

%2
%15
%0
%20

Triadic Colors of #c9afcd

#c9afcd #cdc9af #afcdc9

Analogous Colors of #c9afcd

#c9afcd #cdafc2 #baafcd

Monochromatic Colors of #c9afcd

#c9afcd

Complementary Color

#c9afcd #b3cdaf

#c9afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9afcd Color CSS Codes

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

#c9afcd Text Font Color

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

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


#c9afcd Background Color

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

This div background color is #c9afcd


#c9afcd Border Color

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

This div border color is #c9afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9afcd


Comments

No comments written yet.

Please login to write comment.