Color Hex Logo

#afb80a Color Hex

#AFB80A
(175,184,10)
0 Favorites   0 Comments

Color spaces of #afb80a

RGB 17518410
HSL0.180.900.38
HSV63°95°72°
CMYK 0.050.000.95   0.28
XYZ34.874543.41696.8294
Yxy43.41690.40970.5101
Hunter Lab65.8915-20.835139.9789
CIE-Lab71.8370-20.654471.9791

#afb80a color RGB value is (175,184,10).

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

The process color (four color CMYK) of #afb80a color hex is 0.05, 0.00, 0.95, 0.28. Web safe color of #afb80a is #99cc00. Color #afb80a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 00001010
Octal 257 270 12
Decimal 175 184 10
Hex AF B8 A

RGB Percentages of Color #afb80a

%47.43
%49.86
%2.71

CMYK Percentages of Color #afb80a

%5
%0
%95
%28

Triadic Colors of #afb80a

#afb80a #0aafb8 #b80aaf

Analogous Colors of #afb80a

#afb80a #58b80a #b86a0a

Monochromatic Colors of #afb80a

#afb80a

Complementary Color

#afb80a #130ab8

#afb80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb80a Color CSS Codes

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

#afb80a Text Font Color

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

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


#afb80a Background Color

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

This div background color is #afb80a


#afb80a Border Color

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

This div border color is #afb80a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb80a


Comments

No comments written yet.

Please login to write comment.