Color Hex Logo

#afae9f Color Hex

#AFAE9F
(175,174,159)
0 Favorites   0 Comments

Color spaces of #afae9f

RGB 175174159
HSL0.160.090.65
HSV56°69°
CMYK 0.000.010.09   0.31
XYZ39.073341.889338.8269
Yxy41.88930.32620.3497
Hunter Lab64.7219-5.50119.7371
CIE-Lab70.7945-2.33627.8203

#afae9f color RGB value is (175,174,159).

#afae9f hex color red value is 175, green value is 174 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #afae9f hue: 0.16 , saturation: 0.09 and the lightness value of afae9f is 0.65.

The process color (four color CMYK) of #afae9f color hex is 0.00, 0.01, 0.09, 0.31. Web safe color of #afae9f is #999999. Color #afae9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 10011111
Octal 257 256 237
Decimal 175 174 159
Hex AF AE 9F

RGB Percentages of Color #afae9f

%34.45
%34.25
%31.30

CMYK Percentages of Color #afae9f

%0
%1
%9
%31

Triadic Colors of #afae9f

#afae9f #9fafae #ae9faf

Analogous Colors of #afae9f

#afae9f #a8af9f #afa69f

Monochromatic Colors of #afae9f

#afae9f

Complementary Color

#afae9f #9fa0af

#afae9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afae9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afae9f Color CSS Codes

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

#afae9f Text Font Color

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

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


#afae9f Background Color

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

This div background color is #afae9f


#afae9f Border Color

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

This div border color is #afae9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afae9f


Comments

No comments written yet.

Please login to write comment.