Color Hex Logo

#aeba4e Color Hex

#AEBA4E
(174,186,78)
0 Favorites   0 Comments

Color spaces of #aeba4e

RGB 17418678
HSL0.190.440.52
HSV67°58°73°
CMYK 0.060.000.58   0.27
XYZ36.389644.666513.9113
Yxy44.66650.38320.4703
Hunter Lab66.8330-19.767134.4419
CIE-Lab72.6718-19.142052.1507

#aeba4e color RGB value is (174,186,78).

#aeba4e hex color red value is 174, green value is 186 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aeba4e hue: 0.19 , saturation: 0.44 and the lightness value of aeba4e is 0.52.

The process color (four color CMYK) of #aeba4e color hex is 0.06, 0.00, 0.58, 0.27. Web safe color of #aeba4e is #99cc66. Color #aeba4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 01001110
Octal 256 272 116
Decimal 174 186 78
Hex AE BA 4E

RGB Percentages of Color #aeba4e

%39.73
%42.47
%17.81

CMYK Percentages of Color #aeba4e

%6
%0
%58
%27

Triadic Colors of #aeba4e

#aeba4e #4eaeba #ba4eae

Analogous Colors of #aeba4e

#aeba4e #78ba4e #ba904e

Monochromatic Colors of #aeba4e

#aeba4e

Complementary Color

#aeba4e #5a4eba

#aeba4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba4e Color CSS Codes

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

#aeba4e Text Font Color

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

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


#aeba4e Background Color

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

This div background color is #aeba4e


#aeba4e Border Color

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

This div border color is #aeba4e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,186,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba4e


Comments

No comments written yet.

Please login to write comment.