Color Hex Logo

#afb09a Color Hex

#AFB09A
(175,176,154)
0 Favorites   0 Comments

Color spaces of #afb09a

RGB 175176154
HSL0.170.120.65
HSV63°13°69°
CMYK 0.010.000.13   0.31
XYZ39.037342.497736.7172
Yxy42.49770.33010.3594
Hunter Lab65.1903-7.193412.2392
CIE-Lab71.2127-4.252911.1580

#afb09a color RGB value is (175,176,154).

#afb09a hex color red value is 175, green value is 176 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #afb09a hue: 0.17 , saturation: 0.12 and the lightness value of afb09a is 0.65.

The process color (four color CMYK) of #afb09a color hex is 0.01, 0.00, 0.13, 0.31. Web safe color of #afb09a is #999999. Color #afb09a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 10011010
Octal 257 260 232
Decimal 175 176 154
Hex AF B0 9A

RGB Percentages of Color #afb09a

%34.65
%34.85
%30.50

CMYK Percentages of Color #afb09a

%1
%0
%13
%31

Triadic Colors of #afb09a

#afb09a #9aafb0 #b09aaf

Analogous Colors of #afb09a

#afb09a #a4b09a #b0a69a

Monochromatic Colors of #afb09a

#afb09a

Complementary Color

#afb09a #9b9ab0

#afb09a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb09a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb09a Color CSS Codes

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

#afb09a Text Font Color

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

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


#afb09a Background Color

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

This div background color is #afb09a


#afb09a Border Color

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

This div border color is #afb09a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb09a


Comments

No comments written yet.

Please login to write comment.