Color Hex Logo

#aeb73a Color Hex

#AEB73A
(174,183,58)
0 Favorites   0 Comments

Color spaces of #aeb73a

RGB 17418358
HSL0.180.520.47
HSV64°68°72°
CMYK 0.050.000.68   0.28
XYZ35.152843.171110.4831
Yxy43.17110.39580.4861
Hunter Lab65.7047-19.483636.5337
CIE-Lab71.6709-18.988959.4912

#aeb73a color RGB value is (174,183,58).

#aeb73a hex color red value is 174, green value is 183 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #aeb73a hue: 0.18 , saturation: 0.52 and the lightness value of aeb73a is 0.47.

The process color (four color CMYK) of #aeb73a color hex is 0.05, 0.00, 0.68, 0.28. Web safe color of #aeb73a is #99cc33. Color #aeb73a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 00111010
Octal 256 267 72
Decimal 174 183 58
Hex AE B7 3A

RGB Percentages of Color #aeb73a

%41.93
%44.10
%13.98

CMYK Percentages of Color #aeb73a

%5
%0
%68
%28

Triadic Colors of #aeb73a

#aeb73a #3aaeb7 #b73aae

Analogous Colors of #aeb73a

#aeb73a #70b73a #b7823a

Monochromatic Colors of #aeb73a

#aeb73a

Complementary Color

#aeb73a #433ab7

#aeb73a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb73a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb73a Color CSS Codes

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

#aeb73a Text Font Color

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

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


#aeb73a Background Color

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

This div background color is #aeb73a


#aeb73a Border Color

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

This div border color is #aeb73a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb73a


Comments

No comments written yet.

Please login to write comment.