Color Hex Logo

#aeb85a Color Hex

#AEB85A
(174,184,90)
0 Favorites   0 Comments

Color spaces of #aeb85a

RGB 17418490
HSL0.180.400.54
HSV66°51°72°
CMYK 0.050.000.51   0.28
XYZ36.441544.017816.2485
Yxy44.01780.37680.4552
Hunter Lab66.3459-18.061531.9217
CIE-Lab72.2404-17.110246.0551

#aeb85a color RGB value is (174,184,90).

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

The process color (four color CMYK) of #aeb85a color hex is 0.05, 0.00, 0.51, 0.28. Web safe color of #aeb85a is #99cc66. Color #aeb85a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111000 01011010
Octal 256 270 132
Decimal 174 184 90
Hex AE B8 5A

RGB Percentages of Color #aeb85a

%38.84
%41.07
%20.09

CMYK Percentages of Color #aeb85a

%5
%0
%51
%28

Triadic Colors of #aeb85a

#aeb85a #5aaeb8 #b85aae

Analogous Colors of #aeb85a

#aeb85a #7fb85a #b8935a

Monochromatic Colors of #aeb85a

#aeb85a

Complementary Color

#aeb85a #645ab8

#aeb85a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb85a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb85a Color CSS Codes

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

#aeb85a Text Font Color

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

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


#aeb85a Background Color

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

This div background color is #aeb85a


#aeb85a Border Color

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

This div border color is #aeb85a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb85a


Comments

No comments written yet.

Please login to write comment.