Color Hex Logo

#aeb99b Color Hex

#AEB99B
(174,185,155)
0 Favorites   0 Comments

Color spaces of #aeb99b

RGB 174185155
HSL0.230.180.67
HSV82°16°73°
CMYK 0.060.000.16   0.27
XYZ40.720946.063237.7552
Yxy46.06320.32700.3699
Hunter Lab67.8699-11.675014.5266
CIE-Lab73.5865-9.216813.9511

#aeb99b color RGB value is (174,185,155).

#aeb99b hex color red value is 174, green value is 185 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #aeb99b hue: 0.23 , saturation: 0.18 and the lightness value of aeb99b is 0.67.

The process color (four color CMYK) of #aeb99b color hex is 0.06, 0.00, 0.16, 0.27. Web safe color of #aeb99b is #99cc99. Color #aeb99b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 10011011
Octal 256 271 233
Decimal 174 185 155
Hex AE B9 9B

RGB Percentages of Color #aeb99b

%33.85
%35.99
%30.16

CMYK Percentages of Color #aeb99b

%6
%0
%16
%27

Triadic Colors of #aeb99b

#aeb99b #9baeb9 #b99bae

Analogous Colors of #aeb99b

#aeb99b #9fb99b #b9b59b

Monochromatic Colors of #aeb99b

#aeb99b

Complementary Color

#aeb99b #a69bb9

#aeb99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb99b Color CSS Codes

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

#aeb99b Text Font Color

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

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


#aeb99b Background Color

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

This div background color is #aeb99b


#aeb99b Border Color

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

This div border color is #aeb99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb99b


Comments

No comments written yet.

Please login to write comment.