Color Hex Logo

#afb76e Color Hex

#AFB76E
(175,183,110)
0 Favorites   0 Comments

Color spaces of #afb76e

RGB 175183110
HSL0.180.340.57
HSV67°40°72°
CMYK 0.040.000.40   0.28
XYZ37.427244.106721.2927
Yxy44.10670.36400.4289
Hunter Lab66.4129-15.628327.4800
CIE-Lab72.2998-14.120136.1531

#afb76e color RGB value is (175,183,110).

#afb76e hex color red value is 175, green value is 183 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #afb76e hue: 0.18 , saturation: 0.34 and the lightness value of afb76e is 0.57.

The process color (four color CMYK) of #afb76e color hex is 0.04, 0.00, 0.40, 0.28. Web safe color of #afb76e is #99cc66. Color #afb76e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 01101110
Octal 257 267 156
Decimal 175 183 110
Hex AF B7 6E

RGB Percentages of Color #afb76e

%37.39
%39.10
%23.50

CMYK Percentages of Color #afb76e

%4
%0
%40
%28

Triadic Colors of #afb76e

#afb76e #6eafb7 #b76eaf

Analogous Colors of #afb76e

#afb76e #8bb76e #b79b6e

Monochromatic Colors of #afb76e

#afb76e

Complementary Color

#afb76e #766eb7

#afb76e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb76e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb76e Color CSS Codes

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

#afb76e Text Font Color

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

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


#afb76e Background Color

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

This div background color is #afb76e


#afb76e Border Color

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

This div border color is #afb76e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb76e


Comments

No comments written yet.

Please login to write comment.