Color Hex Logo

#afb33a Color Hex

#AFB33A
(175,179,58)
0 Favorites   0 Comments

Color spaces of #afb33a

RGB 17517958
HSL0.170.510.46
HSV62°68°70°
CMYK 0.020.000.68   0.30
XYZ34.563041.659610.2224
Yxy41.65960.39980.4819
Hunter Lab64.5442-17.366935.7907
CIE-Lab70.6356-16.544858.4723

#afb33a color RGB value is (175,179,58).

#afb33a hex color red value is 175, green value is 179 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #afb33a hue: 0.17 , saturation: 0.51 and the lightness value of afb33a is 0.46.

The process color (four color CMYK) of #afb33a color hex is 0.02, 0.00, 0.68, 0.30. Web safe color of #afb33a is #99cc33. Color #afb33a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 00111010
Octal 257 263 72
Decimal 175 179 58
Hex AF B3 3A

RGB Percentages of Color #afb33a

%42.48
%43.45
%14.08

CMYK Percentages of Color #afb33a

%2
%0
%68
%30

Triadic Colors of #afb33a

#afb33a #3aafb3 #b33aaf

Analogous Colors of #afb33a

#afb33a #73b33a #b37b3a

Monochromatic Colors of #afb33a

#afb33a

Complementary Color

#afb33a #3e3ab3

#afb33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb33a Color CSS Codes

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

#afb33a Text Font Color

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

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


#afb33a Background Color

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

This div background color is #afb33a


#afb33a Border Color

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

This div border color is #afb33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb33a


Comments

No comments written yet.

Please login to write comment.