Color Hex Logo

#afb79a Color Hex

#AFB79A
(175,183,154)
0 Favorites   0 Comments

Color spaces of #afb79a

RGB 175183154
HSL0.210.170.66
HSV77°16°72°
CMYK 0.040.000.16   0.28
XYZ40.445445.314037.1866
Yxy45.31400.32900.3686
Hunter Lab67.3157-10.553914.3679
CIE-Lab73.0982-7.963813.8181

#afb79a color RGB value is (175,183,154).

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

The process color (four color CMYK) of #afb79a color hex is 0.04, 0.00, 0.16, 0.28. Web safe color of #afb79a is #99cc99. Color #afb79a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 10011010
Octal 257 267 232
Decimal 175 183 154
Hex AF B7 9A

RGB Percentages of Color #afb79a

%34.18
%35.74
%30.08

CMYK Percentages of Color #afb79a

%4
%0
%16
%28

Triadic Colors of #afb79a

#afb79a #9aafb7 #b79aaf

Analogous Colors of #afb79a

#afb79a #a1b79a #b7b19a

Monochromatic Colors of #afb79a

#afb79a

Complementary Color

#afb79a #a29ab7

#afb79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb79a Color CSS Codes

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

#afb79a Text Font Color

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

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


#afb79a Background Color

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

This div background color is #afb79a


#afb79a Border Color

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

This div border color is #afb79a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,183,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 #afb79a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb79a


Comments

No comments written yet.

Please login to write comment.