Color Hex Logo

#aeb69a Color Hex

#AEB69A
(174,182,154)
0 Favorites   0 Comments

Color spaces of #aeb69a

RGB 174182154
HSL0.210.160.66
HSV77°15°71°
CMYK 0.040.000.15   0.29
XYZ40.016244.787737.1077
Yxy44.78770.32820.3674
Hunter Lab66.9236-10.384313.9715
CIE-Lab72.7519-7.806213.3200

#aeb69a color RGB value is (174,182,154).

#aeb69a hex color red value is 174, green value is 182 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aeb69a hue: 0.21 , saturation: 0.16 and the lightness value of aeb69a is 0.66.

The process color (four color CMYK) of #aeb69a color hex is 0.04, 0.00, 0.15, 0.29. Web safe color of #aeb69a is #99cc99. Color #aeb69a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 10011010
Octal 256 266 232
Decimal 174 182 154
Hex AE B6 9A

RGB Percentages of Color #aeb69a

%34.12
%35.69
%30.20

CMYK Percentages of Color #aeb69a

%4
%0
%15
%29

Triadic Colors of #aeb69a

#aeb69a #9aaeb6 #b69aae

Analogous Colors of #aeb69a

#aeb69a #a0b69a #b6b09a

Monochromatic Colors of #aeb69a

#aeb69a

Complementary Color

#aeb69a #a29ab6

#aeb69a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb69a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb69a Color CSS Codes

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

#aeb69a Text Font Color

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

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


#aeb69a Background Color

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

This div background color is #aeb69a


#aeb69a Border Color

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

This div border color is #aeb69a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb69a


Comments

No comments written yet.

Please login to write comment.