Color Hex Logo

#afad6e Color Hex

#AFAD6E
(175,173,110)
0 Favorites   0 Comments

Color spaces of #afad6e

RGB 175173110
HSL0.160.290.56
HSV58°37°69°
CMYK 0.000.010.37   0.31
XYZ35.437240.126920.6294
Yxy40.12690.36840.4171
Hunter Lab63.3458-10.997825.0335
CIE-Lab69.5598-8.924032.6472

#afad6e color RGB value is (175,173,110).

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

The process color (four color CMYK) of #afad6e color hex is 0.00, 0.01, 0.37, 0.31. Web safe color of #afad6e is #999966. Color #afad6e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 01101110
Octal 257 255 156
Decimal 175 173 110
Hex AF AD 6E

RGB Percentages of Color #afad6e

%38.21
%37.77
%24.02

CMYK Percentages of Color #afad6e

%0
%1
%37
%31

Triadic Colors of #afad6e

#afad6e #6eafad #ad6eaf

Analogous Colors of #afad6e

#afad6e #91af6e #af8d6e

Monochromatic Colors of #afad6e

#afad6e

Complementary Color

#afad6e #6e70af

#afad6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afad6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afad6e Color CSS Codes

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

#afad6e Text Font Color

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

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


#afad6e Background Color

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

This div background color is #afad6e


#afad6e Border Color

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

This div border color is #afad6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afad6e


Comments

No comments written yet.

Please login to write comment.