Color Hex Logo

#aeb97e Color Hex

#AEB97E
(174,185,126)
0 Favorites   0 Comments

Color spaces of #aeb97e

RGB 174185126
HSL0.200.300.61
HSV71°32°73°
CMYK 0.060.000.32   0.27
XYZ38.570445.203026.4308
Yxy45.20300.35000.4102
Hunter Lab67.2332-15.256023.7551
CIE-Lab73.0254-13.553728.7306

#aeb97e color RGB value is (174,185,126).

#aeb97e hex color red value is 174, green value is 185 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aeb97e hue: 0.20 , saturation: 0.30 and the lightness value of aeb97e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 01111110
Octal 256 271 176
Decimal 174 185 126
Hex AE B9 7E

RGB Percentages of Color #aeb97e

%35.88
%38.14
%25.98

CMYK Percentages of Color #aeb97e

%6
%0
%32
%27

Triadic Colors of #aeb97e

#aeb97e #7eaeb9 #b97eae

Analogous Colors of #aeb97e

#aeb97e #91b97e #b9a77e

Monochromatic Colors of #aeb97e

#aeb97e

Complementary Color

#aeb97e #897eb9

#aeb97e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb97e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb97e Color CSS Codes

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

#aeb97e Text Font Color

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

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


#aeb97e Background Color

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

This div background color is #aeb97e


#aeb97e Border Color

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

This div border color is #aeb97e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb97e


Comments

No comments written yet.

Please login to write comment.