Color Hex Logo

#afb06a Color Hex

#AFB06A
(175,176,106)
0 Favorites   0 Comments

Color spaces of #afb06a

RGB 175176106
HSL0.170.310.55
HSV61°40°69°
CMYK 0.010.000.40   0.31
XYZ35.806041.205219.7019
Yxy41.20520.37020.4261
Hunter Lab64.1913-12.767126.7363
CIE-Lab70.3195-10.954135.7049

#afb06a color RGB value is (175,176,106).

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

The process color (four color CMYK) of #afb06a color hex is 0.01, 0.00, 0.40, 0.31. Web safe color of #afb06a is #999966. Color #afb06a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 01101010
Octal 257 260 152
Decimal 175 176 106
Hex AF B0 6A

RGB Percentages of Color #afb06a

%38.29
%38.51
%23.19

CMYK Percentages of Color #afb06a

%1
%0
%40
%31

Triadic Colors of #afb06a

#afb06a #6aafb0 #b06aaf

Analogous Colors of #afb06a

#afb06a #8cb06a #b08e6a

Monochromatic Colors of #afb06a

#afb06a

Complementary Color

#afb06a #6b6ab0

#afb06a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb06a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb06a Color CSS Codes

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

#afb06a Text Font Color

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

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


#afb06a Background Color

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

This div background color is #afb06a


#afb06a Border Color

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

This div border color is #afb06a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb06a


Comments

No comments written yet.

Please login to write comment.