Color Hex Logo

#afb55a Color Hex

#AFB55A
(175,181,90)
0 Favorites   0 Comments

Color spaces of #afb55a

RGB 17518190
HSL0.180.380.53
HSV64°50°71°
CMYK 0.030.000.50   0.29
XYZ36.048542.899916.0534
Yxy42.89990.37950.4516
Hunter Lab65.4980-16.379531.3168
CIE-Lab71.4870-15.173245.1824

#afb55a color RGB value is (175,181,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 01011010
Octal 257 265 132
Decimal 175 181 90
Hex AF B5 5A

RGB Percentages of Color #afb55a

%39.24
%40.58
%20.18

CMYK Percentages of Color #afb55a

%3
%0
%50
%29

Triadic Colors of #afb55a

#afb55a #5aafb5 #b55aaf

Analogous Colors of #afb55a

#afb55a #82b55a #b58e5a

Monochromatic Colors of #afb55a

#afb55a

Complementary Color

#afb55a #605ab5

#afb55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb55a Color CSS Codes

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

#afb55a Text Font Color

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

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


#afb55a Background Color

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

This div background color is #afb55a


#afb55a Border Color

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

This div border color is #afb55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb55a


Comments

No comments written yet.

Please login to write comment.