Color Hex Logo

#afad8f Color Hex

#AFAD8F
(175,173,143)
0 Favorites   0 Comments

Color spaces of #afad8f

RGB 175173143
HSL0.160.170.62
HSV56°18°69°
CMYK 0.000.010.18   0.31
XYZ37.580740.984331.9166
Yxy40.98430.34020.3710
Hunter Lab64.0190-7.249415.2543
CIE-Lab70.1649-4.417915.7039

#afad8f color RGB value is (175,173,143).

#afad8f hex color red value is 175, green value is 173 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #afad8f hue: 0.16 , saturation: 0.17 and the lightness value of afad8f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 10001111
Octal 257 255 217
Decimal 175 173 143
Hex AF AD 8F

RGB Percentages of Color #afad8f

%35.64
%35.23
%29.12

CMYK Percentages of Color #afad8f

%0
%1
%18
%31

Triadic Colors of #afad8f

#afad8f #8fafad #ad8faf

Analogous Colors of #afad8f

#afad8f #a1af8f #af9d8f

Monochromatic Colors of #afad8f

#afad8f

Complementary Color

#afad8f #8f91af

#afad8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afad8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afad8f Color CSS Codes

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

#afad8f Text Font Color

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

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


#afad8f Background Color

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

This div background color is #afad8f


#afad8f Border Color

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

This div border color is #afad8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afad8f


Comments

No comments written yet.

Please login to write comment.