Color Hex Logo

#aebe5a Color Hex

#AEBE5A
(174,190,90)
0 Favorites   0 Comments

Color spaces of #aebe5a

RGB 17419090
HSL0.190.430.55
HSV70°53°75°
CMYK 0.080.000.53   0.25
XYZ37.714546.563816.6728
Yxy46.56380.37360.4613
Hunter Lab68.2377-20.760233.2798
CIE-Lab73.9099-20.125048.0181

#aebe5a color RGB value is (174,190,90).

#aebe5a hex color red value is 174, green value is 190 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aebe5a hue: 0.19 , saturation: 0.43 and the lightness value of aebe5a is 0.55.

The process color (four color CMYK) of #aebe5a color hex is 0.08, 0.00, 0.53, 0.25. Web safe color of #aebe5a is #99cc66. Color #aebe5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 01011010
Octal 256 276 132
Decimal 174 190 90
Hex AE BE 5A

RGB Percentages of Color #aebe5a

%38.33
%41.85
%19.82

CMYK Percentages of Color #aebe5a

%8
%0
%53
%25

Triadic Colors of #aebe5a

#aebe5a #5aaebe #be5aae

Analogous Colors of #aebe5a

#aebe5a #7cbe5a #be9c5a

Monochromatic Colors of #aebe5a

#aebe5a

Complementary Color

#aebe5a #6a5abe

#aebe5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebe5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebe5a Color CSS Codes

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

#aebe5a Text Font Color

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

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


#aebe5a Background Color

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

This div background color is #aebe5a


#aebe5a Border Color

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

This div border color is #aebe5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebe5a


Comments

No comments written yet.

Please login to write comment.