Color Hex Logo

#aeb96b Color Hex

#AEB96B
(174,185,107)
0 Favorites   0 Comments

Color spaces of #aeb96b

RGB 174185107
HSL0.190.360.57
HSV68°42°73°
CMYK 0.060.000.42   0.27
XYZ37.458444.758120.5748
Yxy44.75810.36440.4354
Hunter Lab66.9015-17.134828.5971
CIE-Lab72.7323-15.882838.2185

#aeb96b color RGB value is (174,185,107).

#aeb96b hex color red value is 174, green value is 185 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aeb96b hue: 0.19 , saturation: 0.36 and the lightness value of aeb96b is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 01101011
Octal 256 271 153
Decimal 174 185 107
Hex AE B9 6B

RGB Percentages of Color #aeb96b

%37.34
%39.70
%22.96

CMYK Percentages of Color #aeb96b

%6
%0
%42
%27

Triadic Colors of #aeb96b

#aeb96b #6baeb9 #b96bae

Analogous Colors of #aeb96b

#aeb96b #87b96b #b99d6b

Monochromatic Colors of #aeb96b

#aeb96b

Complementary Color

#aeb96b #766bb9

#aeb96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb96b Color CSS Codes

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

#aeb96b Text Font Color

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

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


#aeb96b Background Color

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

This div background color is #aeb96b


#aeb96b Border Color

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

This div border color is #aeb96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb96b


Comments

No comments written yet.

Please login to write comment.