Color Hex Logo

#aeb39d Color Hex

#AEB39D
(174,179,157)
0 Favorites   0 Comments

Color spaces of #aeb39d

RGB 174179157
HSL0.200.130.66
HSV74°12°70°
CMYK 0.030.000.12   0.30
XYZ39.661543.673238.2377
Yxy43.67320.32620.3592
Hunter Lab66.0857-8.522811.9543
CIE-Lab72.0095-5.716910.6362

#aeb39d color RGB value is (174,179,157).

#aeb39d hex color red value is 174, green value is 179 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aeb39d hue: 0.20 , saturation: 0.13 and the lightness value of aeb39d is 0.66.

The process color (four color CMYK) of #aeb39d color hex is 0.03, 0.00, 0.12, 0.30. Web safe color of #aeb39d is #99cc99. Color #aeb39d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110011 10011101
Octal 256 263 235
Decimal 174 179 157
Hex AE B3 9D

RGB Percentages of Color #aeb39d

%34.12
%35.10
%30.78

CMYK Percentages of Color #aeb39d

%3
%0
%12
%30

Triadic Colors of #aeb39d

#aeb39d #9daeb3 #b39dae

Analogous Colors of #aeb39d

#aeb39d #a3b39d #b3ad9d

Monochromatic Colors of #aeb39d

#aeb39d

Complementary Color

#aeb39d #a29db3

#aeb39d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb39d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb39d Color CSS Codes

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

#aeb39d Text Font Color

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

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


#aeb39d Background Color

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

This div background color is #aeb39d


#aeb39d Border Color

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

This div border color is #aeb39d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb39d


Comments

No comments written yet.

Please login to write comment.