Color Hex Logo

#afacc5 Color Hex

#AFACC5
(175,172,197)
0 Favorites   0 Comments

Color spaces of #afacc5

RGB 175172197
HSL0.690.180.72
HSV247°13°77°
CMYK 0.110.130.00   0.23
XYZ42.509842.650258.8151
Yxy42.65020.29530.2962
Hunter Lab65.30711.9020-7.6811
CIE-Lab71.31696.0067-12.3355

#afacc5 color RGB value is (175,172,197).

#afacc5 hex color red value is 175, green value is 172 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #afacc5 hue: 0.69 , saturation: 0.18 and the lightness value of afacc5 is 0.72.

The process color (four color CMYK) of #afacc5 color hex is 0.11, 0.13, 0.00, 0.23. Web safe color of #afacc5 is #9999cc. Color #afacc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 11000101
Octal 257 254 305
Decimal 175 172 197
Hex AF AC C5

RGB Percentages of Color #afacc5

%32.17
%31.62
%36.21

CMYK Percentages of Color #afacc5

%11
%13
%0
%23

Triadic Colors of #afacc5

#afacc5 #c5afac #acc5af

Analogous Colors of #afacc5

#afacc5 #bcacc5 #acb6c5

Monochromatic Colors of #afacc5

#afacc5

Complementary Color

#afacc5 #c2c5ac

#afacc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afacc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afacc5 Color CSS Codes

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

#afacc5 Text Font Color

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

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


#afacc5 Background Color

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

This div background color is #afacc5


#afacc5 Border Color

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

This div border color is #afacc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afacc5


Comments

No comments written yet.

Please login to write comment.