Color Hex Logo

#aeb05a Color Hex

#AEB05A
(174,176,90)
0 Favorites   0 Comments

Color spaces of #aeb05a

RGB 17417690
HSL0.170.350.52
HSV61°49°69°
CMYK 0.010.000.49   0.31
XYZ34.826440.787515.7101
Yxy40.78750.38130.4466
Hunter Lab63.8651-14.425730.1209
CIE-Lab70.0268-13.016343.4235

#aeb05a color RGB value is (174,176,90).

#aeb05a hex color red value is 174, green value is 176 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aeb05a hue: 0.17 , saturation: 0.35 and the lightness value of aeb05a is 0.52.

The process color (four color CMYK) of #aeb05a color hex is 0.01, 0.00, 0.49, 0.31. Web safe color of #aeb05a is #999966. Color #aeb05a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 01011010
Octal 256 260 132
Decimal 174 176 90
Hex AE B0 5A

RGB Percentages of Color #aeb05a

%39.55
%40.00
%20.45

CMYK Percentages of Color #aeb05a

%1
%0
%49
%31

Triadic Colors of #aeb05a

#aeb05a #5aaeb0 #b05aae

Analogous Colors of #aeb05a

#aeb05a #83b05a #b0875a

Monochromatic Colors of #aeb05a

#aeb05a

Complementary Color

#aeb05a #5c5ab0

#aeb05a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb05a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb05a Color CSS Codes

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

#aeb05a Text Font Color

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

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


#aeb05a Background Color

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

This div background color is #aeb05a


#aeb05a Border Color

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

This div border color is #aeb05a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb05a


Comments

No comments written yet.

Please login to write comment.