Color Hex Logo

#afba6a Color Hex

#AFBA6A
(175,186,106)
0 Favorites   0 Comments

Color spaces of #afba6a

RGB 175186106
HSL0.190.370.57
HSV68°43°73°
CMYK 0.060.000.43   0.27
XYZ37.839645.272420.3798
Yxy45.27240.36560.4374
Hunter Lab67.2848-17.363529.1411
CIE-Lab73.0709-16.102939.1660

#afba6a color RGB value is (175,186,106).

#afba6a hex color red value is 175, green value is 186 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #afba6a hue: 0.19 , saturation: 0.37 and the lightness value of afba6a is 0.57.

The process color (four color CMYK) of #afba6a color hex is 0.06, 0.00, 0.43, 0.27. Web safe color of #afba6a is #99cc66. Color #afba6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 01101010
Octal 257 272 152
Decimal 175 186 106
Hex AF BA 6A

RGB Percentages of Color #afba6a

%37.47
%39.83
%22.70

CMYK Percentages of Color #afba6a

%6
%0
%43
%27

Triadic Colors of #afba6a

#afba6a #6aafba #ba6aaf

Analogous Colors of #afba6a

#afba6a #87ba6a #ba9d6a

Monochromatic Colors of #afba6a

#afba6a

Complementary Color

#afba6a #756aba

#afba6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afba6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afba6a Color CSS Codes

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

#afba6a Text Font Color

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

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


#afba6a Background Color

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

This div background color is #afba6a


#afba6a Border Color

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

This div border color is #afba6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afba6a


Comments

No comments written yet.

Please login to write comment.