Color Hex Logo

#aeba4d Color Hex

#AEBA4D
(174,186,77)
0 Favorites   0 Comments

Color spaces of #aeba4d

RGB 17418677
HSL0.190.440.52
HSV67°59°73°
CMYK 0.060.000.59   0.27
XYZ36.354044.652313.7239
Yxy44.65230.38380.4714
Hunter Lab66.8224-19.828134.5988
CIE-Lab72.6624-19.220052.5889

#aeba4d color RGB value is (174,186,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 01001101
Octal 256 272 115
Decimal 174 186 77
Hex AE BA 4D

RGB Percentages of Color #aeba4d

%39.82
%42.56
%17.62

CMYK Percentages of Color #aeba4d

%6
%0
%59
%27

Triadic Colors of #aeba4d

#aeba4d #4daeba #ba4dae

Analogous Colors of #aeba4d

#aeba4d #78ba4d #ba904d

Monochromatic Colors of #aeba4d

#aeba4d

Complementary Color

#aeba4d #594dba

#aeba4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba4d Color CSS Codes

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

#aeba4d Text Font Color

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

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


#aeba4d Background Color

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

This div background color is #aeba4d


#aeba4d Border Color

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

This div border color is #aeba4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba4d


Comments

No comments written yet.

Please login to write comment.