Color Hex Logo

#aeb97d Color Hex

#AEB97D
(174,185,125)
0 Favorites   0 Comments

Color spaces of #aeb97d

RGB 174185125
HSL0.200.300.61
HSV71°32°73°
CMYK 0.060.000.32   0.27
XYZ38.506245.177326.0926
Yxy45.17730.35080.4115
Hunter Lab67.2141-15.363924.0334
CIE-Lab73.0085-13.686529.2360

#aeb97d color RGB value is (174,185,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 01111101
Octal 256 271 175
Decimal 174 185 125
Hex AE B9 7D

RGB Percentages of Color #aeb97d

%35.95
%38.22
%25.83

CMYK Percentages of Color #aeb97d

%6
%0
%32
%27

Triadic Colors of #aeb97d

#aeb97d #7daeb9 #b97dae

Analogous Colors of #aeb97d

#aeb97d #90b97d #b9a67d

Monochromatic Colors of #aeb97d

#aeb97d

Complementary Color

#aeb97d #887db9

#aeb97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb97d Color CSS Codes

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

#aeb97d Text Font Color

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

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


#aeb97d Background Color

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

This div background color is #aeb97d


#aeb97d Border Color

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

This div border color is #aeb97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb97d


Comments

No comments written yet.

Please login to write comment.