Color Hex Logo

#afacd2 Color Hex

#AFACD2
(175,172,210)
0 Favorites   0 Comments

Color spaces of #afacd2

RGB 175172210
HSL0.680.300.75
HSV245°18°82°
CMYK 0.170.180.00   0.18
XYZ44.064643.272267.0027
Yxy43.27220.28550.2804
Hunter Lab65.78164.4526-14.3435
CIE-Lab71.73938.7920-18.8396

#afacd2 color RGB value is (175,172,210).

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

The process color (four color CMYK) of #afacd2 color hex is 0.17, 0.18, 0.00, 0.18. Web safe color of #afacd2 is #9999cc. Color #afacd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 11010010
Octal 257 254 322
Decimal 175 172 210
Hex AF AC D2

RGB Percentages of Color #afacd2

%31.42
%30.88
%37.70

CMYK Percentages of Color #afacd2

%17
%18
%0
%18

Triadic Colors of #afacd2

#afacd2 #d2afac #acd2af

Analogous Colors of #afacd2

#afacd2 #c2acd2 #acbcd2

Monochromatic Colors of #afacd2

#afacd2

Complementary Color

#afacd2 #cfd2ac

#afacd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afacd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afacd2 Color CSS Codes

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

#afacd2 Text Font Color

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

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


#afacd2 Background Color

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

This div background color is #afacd2


#afacd2 Border Color

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

This div border color is #afacd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afacd2


Comments

No comments written yet.

Please login to write comment.