Color Hex Logo

#aeba5b Color Hex

#AEBA5B
(174,186,91)
0 Favorites   0 Comments

Color spaces of #aeba5b

RGB 17418691
HSL0.190.410.54
HSV68°51°73°
CMYK 0.060.000.51   0.27
XYZ36.902844.871816.6137
Yxy44.87180.37510.4561
Hunter Lab66.9864-18.890632.1856
CIE-Lab72.8074-18.027946.2438

#aeba5b color RGB value is (174,186,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 01011011
Octal 256 272 133
Decimal 174 186 91
Hex AE BA 5B

RGB Percentages of Color #aeba5b

%38.58
%41.24
%20.18

CMYK Percentages of Color #aeba5b

%6
%0
%51
%27

Triadic Colors of #aeba5b

#aeba5b #5baeba #ba5bae

Analogous Colors of #aeba5b

#aeba5b #7fba5b #ba975b

Monochromatic Colors of #aeba5b

#aeba5b

Complementary Color

#aeba5b #675bba

#aeba5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba5b Color CSS Codes

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

#aeba5b Text Font Color

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

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


#aeba5b Background Color

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

This div background color is #aeba5b


#aeba5b Border Color

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

This div border color is #aeba5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba5b


Comments

No comments written yet.

Please login to write comment.