Color Hex Logo

#aebf9a Color Hex

#AEBF9A
(174,191,154)
0 Favorites   0 Comments

Color spaces of #aebf9a

RGB 174191154
HSL0.240.220.68
HSV88°19°75°
CMYK 0.090.000.19   0.25
XYZ41.919148.593437.7419
Yxy48.59340.32680.3789
Hunter Lab69.7090-14.650716.6954
CIE-Lab75.1977-12.500116.7455

#aebf9a color RGB value is (174,191,154).

#aebf9a hex color red value is 174, green value is 191 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #aebf9a hue: 0.24 , saturation: 0.22 and the lightness value of aebf9a is 0.68.

The process color (four color CMYK) of #aebf9a color hex is 0.09, 0.00, 0.19, 0.25. Web safe color of #aebf9a is #99cc99. Color #aebf9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 10011010
Octal 256 277 232
Decimal 174 191 154
Hex AE BF 9A

RGB Percentages of Color #aebf9a

%33.53
%36.80
%29.67

CMYK Percentages of Color #aebf9a

%9
%0
%19
%25

Triadic Colors of #aebf9a

#aebf9a #9aaebf #bf9aae

Analogous Colors of #aebf9a

#aebf9a #9cbf9a #bfbe9a

Monochromatic Colors of #aebf9a

#aebf9a

Complementary Color

#aebf9a #ab9abf

#aebf9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebf9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebf9a Color CSS Codes

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

#aebf9a Text Font Color

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

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


#aebf9a Background Color

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

This div background color is #aebf9a


#aebf9a Border Color

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

This div border color is #aebf9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebf9a


Comments

No comments written yet.

Please login to write comment.