Color Hex Logo

#aeb80a Color Hex

#AEB80A
(174,184,10)
0 Favorites   0 Comments

Color spaces of #aeb80a

RGB 17418410
HSL0.180.900.38
HSV63°95°72°
CMYK 0.050.000.95   0.28
XYZ34.650843.30166.8189
Yxy43.30160.40880.5108
Hunter Lab65.8040-21.163039.9189
CIE-Lab71.7592-21.086071.8856

#aeb80a color RGB value is (174,184,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111000 00001010
Octal 256 270 12
Decimal 174 184 10
Hex AE B8 A

RGB Percentages of Color #aeb80a

%47.28
%50.00
%2.72

CMYK Percentages of Color #aeb80a

%5
%0
%95
%28

Triadic Colors of #aeb80a

#aeb80a #0aaeb8 #b80aae

Analogous Colors of #aeb80a

#aeb80a #57b80a #b86b0a

Monochromatic Colors of #aeb80a

#aeb80a

Complementary Color

#aeb80a #140ab8

#aeb80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb80a Color CSS Codes

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

#aeb80a Text Font Color

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

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


#aeb80a Background Color

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

This div background color is #aeb80a


#aeb80a Border Color

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

This div border color is #aeb80a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,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 #aeb80a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb80a


Comments

No comments written yet.

Please login to write comment.