Color Hex Logo

#afb55e Color Hex

#AFB55E
(175,181,94)
0 Favorites   0 Comments

Color spaces of #afb55e

RGB 17518194
HSL0.180.370.54
HSV64°48°71°
CMYK 0.030.000.48   0.29
XYZ36.223442.969916.9745
Yxy42.96990.37670.4468
Hunter Lab65.5514-16.076830.5329
CIE-Lab71.5345-14.793843.2811

#afb55e color RGB value is (175,181,94).

#afb55e hex color red value is 175, green value is 181 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #afb55e hue: 0.18 , saturation: 0.37 and the lightness value of afb55e is 0.54.

The process color (four color CMYK) of #afb55e color hex is 0.03, 0.00, 0.48, 0.29. Web safe color of #afb55e is #99cc66. Color #afb55e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 01011110
Octal 257 265 136
Decimal 175 181 94
Hex AF B5 5E

RGB Percentages of Color #afb55e

%38.89
%40.22
%20.89

CMYK Percentages of Color #afb55e

%3
%0
%48
%29

Triadic Colors of #afb55e

#afb55e #5eafb5 #b55eaf

Analogous Colors of #afb55e

#afb55e #84b55e #b5905e

Monochromatic Colors of #afb55e

#afb55e

Complementary Color

#afb55e #645eb5

#afb55e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb55e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb55e Color CSS Codes

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

#afb55e Text Font Color

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

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


#afb55e Background Color

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

This div background color is #afb55e


#afb55e Border Color

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

This div border color is #afb55e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb55e


Comments

No comments written yet.

Please login to write comment.