Color Hex Logo

#afaaac Color Hex

#AFAAAC
(175,170,172)
0 Favorites   0 Comments

Color spaces of #afaaac

RGB 175170172
HSL0.930.030.68
HSV336°69°
CMYK 0.000.030.02   0.31
XYZ39.500340.842044.8311
Yxy40.84200.31560.3263
Hunter Lab63.9077-1.51073.1437
CIE-Lab70.06512.1574-0.4006

#afaaac color RGB value is (175,170,172).

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

The process color (four color CMYK) of #afaaac color hex is 0.00, 0.03, 0.02, 0.31. Web safe color of #afaaac is #999999. Color #afaaac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 10101100
Octal 257 252 254
Decimal 175 170 172
Hex AF AA AC

RGB Percentages of Color #afaaac

%33.85
%32.88
%33.27

CMYK Percentages of Color #afaaac

%0
%3
%2
%31

Triadic Colors of #afaaac

#afaaac #acafaa #aaacaf

Analogous Colors of #afaaac

#afaaac #afabaa #afaaaf

Monochromatic Colors of #afaaac

#afaaac

Complementary Color

#afaaac #aaafad

#afaaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaaac Color CSS Codes

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

#afaaac Text Font Color

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

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


#afaaac Background Color

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

This div background color is #afaaac


#afaaac Border Color

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

This div border color is #afaaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaaac


Comments

No comments written yet.

Please login to write comment.