Color Hex Logo

#afacdc Color Hex

#AFACDC
(175,172,220)
0 Favorites   0 Comments

Color spaces of #afacdc

RGB 175172220
HSL0.680.410.77
HSV244°22°86°
CMYK 0.200.220.00   0.14
XYZ45.350043.786373.7715
Yxy43.78630.27840.2688
Hunter Lab66.17126.5341-19.7801
CIE-Lab72.085411.0270-23.7886

#afacdc color RGB value is (175,172,220).

#afacdc hex color red value is 175, green value is 172 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #afacdc hue: 0.68 , saturation: 0.41 and the lightness value of afacdc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 11011100
Octal 257 254 334
Decimal 175 172 220
Hex AF AC DC

RGB Percentages of Color #afacdc

%30.86
%30.34
%38.80

CMYK Percentages of Color #afacdc

%20
%22
%0
%14

Triadic Colors of #afacdc

#afacdc #dcafac #acdcaf

Analogous Colors of #afacdc

#afacdc #c7acdc #acc1dc

Monochromatic Colors of #afacdc

#afacdc

Complementary Color

#afacdc #d9dcac

#afacdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afacdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afacdc Color CSS Codes

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

#afacdc Text Font Color

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

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


#afacdc Background Color

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

This div background color is #afacdc


#afacdc Border Color

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

This div border color is #afacdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afacdc


Comments

No comments written yet.

Please login to write comment.