Color Hex Logo

#aeb18a Color Hex

#AEB18A
(174,177,138)
0 Favorites   0 Comments

Color spaces of #aeb18a

RGB 174177138
HSL0.180.200.62
HSV65°22°69°
CMYK 0.020.000.22   0.31
XYZ37.765142.277930.2148
Yxy42.27790.34250.3834
Hunter Lab65.0215-10.113017.9636
CIE-Lab71.0621-7.685819.6553

#aeb18a color RGB value is (174,177,138).

#aeb18a hex color red value is 174, green value is 177 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aeb18a hue: 0.18 , saturation: 0.20 and the lightness value of aeb18a is 0.62.

The process color (four color CMYK) of #aeb18a color hex is 0.02, 0.00, 0.22, 0.31. Web safe color of #aeb18a is #999999. Color #aeb18a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 10001010
Octal 256 261 212
Decimal 174 177 138
Hex AE B1 8A

RGB Percentages of Color #aeb18a

%35.58
%36.20
%28.22

CMYK Percentages of Color #aeb18a

%2
%0
%22
%31

Triadic Colors of #aeb18a

#aeb18a #8aaeb1 #b18aae

Analogous Colors of #aeb18a

#aeb18a #9bb18a #b1a18a

Monochromatic Colors of #aeb18a

#aeb18a

Complementary Color

#aeb18a #8d8ab1

#aeb18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb18a Color CSS Codes

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

#aeb18a Text Font Color

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

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


#aeb18a Background Color

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

This div background color is #aeb18a


#aeb18a Border Color

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

This div border color is #aeb18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb18a


Comments

No comments written yet.

Please login to write comment.