Color Hex Logo

#afbf4e Color Hex

#AFBF4E
(175,191,78)
0 Favorites   0 Comments

Color spaces of #afbf4e

RGB 17519178
HSL0.190.470.53
HSV68°59°75°
CMYK 0.080.000.59   0.25
XYZ37.685146.925614.2791
Yxy46.92560.38110.4745
Hunter Lab68.5023-21.680935.5928
CIE-Lab74.1422-21.221653.8058

#afbf4e color RGB value is (175,191,78).

#afbf4e hex color red value is 175, green value is 191 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #afbf4e hue: 0.19 , saturation: 0.47 and the lightness value of afbf4e is 0.53.

The process color (four color CMYK) of #afbf4e color hex is 0.08, 0.00, 0.59, 0.25. Web safe color of #afbf4e is #99cc66. Color #afbf4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 01001110
Octal 257 277 116
Decimal 175 191 78
Hex AF BF 4E

RGB Percentages of Color #afbf4e

%39.41
%43.02
%17.57

CMYK Percentages of Color #afbf4e

%8
%0
%59
%25

Triadic Colors of #afbf4e

#afbf4e #4eafbf #bf4eaf

Analogous Colors of #afbf4e

#afbf4e #77bf4e #bf974e

Monochromatic Colors of #afbf4e

#afbf4e

Complementary Color

#afbf4e #5e4ebf

#afbf4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf4e Color CSS Codes

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

#afbf4e Text Font Color

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

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


#afbf4e Background Color

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

This div background color is #afbf4e


#afbf4e Border Color

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

This div border color is #afbf4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf4e


Comments

No comments written yet.

Please login to write comment.