Color Hex Logo

#afad6b Color Hex

#AFAD6B
(175,173,107)
0 Favorites   0 Comments

Color spaces of #afad6b

RGB 175173107
HSL0.160.300.55
HSV58°39°69°
CMYK 0.000.010.39   0.31
XYZ35.276640.062619.7835
Yxy40.06260.37090.4212
Hunter Lab63.2950-11.281825.7748
CIE-Lab69.5141-9.271334.1604

#afad6b color RGB value is (175,173,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 01101011
Octal 257 255 153
Decimal 175 173 107
Hex AF AD 6B

RGB Percentages of Color #afad6b

%38.46
%38.02
%23.52

CMYK Percentages of Color #afad6b

%0
%1
%39
%31

Triadic Colors of #afad6b

#afad6b #6bafad #ad6baf

Analogous Colors of #afad6b

#afad6b #8faf6b #af8b6b

Monochromatic Colors of #afad6b

#afad6b

Complementary Color

#afad6b #6b6daf

#afad6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afad6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afad6b Color CSS Codes

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

#afad6b Text Font Color

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

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


#afad6b Background Color

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

This div background color is #afad6b


#afad6b Border Color

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

This div border color is #afad6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afad6b


Comments

No comments written yet.

Please login to write comment.