Color Hex Logo

#aeba4b Color Hex

#AEBA4B
(174,186,75)
0 Favorites   0 Comments

Color spaces of #aeba4b

RGB 17418675
HSL0.180.450.51
HSV66°60°73°
CMYK 0.060.000.60   0.27
XYZ36.284544.624513.3576
Yxy44.62450.38490.4734
Hunter Lab66.8016-19.947234.9055
CIE-Lab72.6440-19.372153.4573

#aeba4b color RGB value is (174,186,75).

#aeba4b hex color red value is 174, green value is 186 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aeba4b hue: 0.18 , saturation: 0.45 and the lightness value of aeba4b is 0.51.

The process color (four color CMYK) of #aeba4b color hex is 0.06, 0.00, 0.60, 0.27. Web safe color of #aeba4b is #99cc33. Color #aeba4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 01001011
Octal 256 272 113
Decimal 174 186 75
Hex AE BA 4B

RGB Percentages of Color #aeba4b

%40.00
%42.76
%17.24

CMYK Percentages of Color #aeba4b

%6
%0
%60
%27

Triadic Colors of #aeba4b

#aeba4b #4baeba #ba4bae

Analogous Colors of #aeba4b

#aeba4b #77ba4b #ba8f4b

Monochromatic Colors of #aeba4b

#aeba4b

Complementary Color

#aeba4b #574bba

#aeba4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba4b Color CSS Codes

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

#aeba4b Text Font Color

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

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


#aeba4b Background Color

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

This div background color is #aeba4b


#aeba4b Border Color

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

This div border color is #aeba4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba4b


Comments

No comments written yet.

Please login to write comment.