Color Hex Logo

#afafcd Color Hex

#AFAFCD
(175,175,205)
0 Favorites   0 Comments

Color spaces of #afafcd

RGB 175175205
HSL0.670.230.75
HSV240°15°80°
CMYK 0.150.150.00   0.20
XYZ44.028644.181763.9650
Yxy44.18170.28930.2903
Hunter Lab66.46931.9153-10.5277
CIE-Lab72.34986.0554-15.1764

#afafcd color RGB value is (175,175,205).

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

The process color (four color CMYK) of #afafcd color hex is 0.15, 0.15, 0.00, 0.20. Web safe color of #afafcd is #9999cc. Color #afafcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 11001101
Octal 257 257 315
Decimal 175 175 205
Hex AF AF CD

RGB Percentages of Color #afafcd

%31.53
%31.53
%36.94

CMYK Percentages of Color #afafcd

%15
%15
%0
%20

Triadic Colors of #afafcd

#afafcd #cdafaf #afcdaf

Analogous Colors of #afafcd

#afafcd #beafcd #afbecd

Monochromatic Colors of #afafcd

#afafcd

Complementary Color

#afafcd #cdcdaf

#afafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afafcd Color CSS Codes

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

#afafcd Text Font Color

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

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


#afafcd Background Color

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

This div background color is #afafcd


#afafcd Border Color

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

This div border color is #afafcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afafcd


Comments

No comments written yet.

Please login to write comment.