Color Hex Logo

#aeebaa Color Hex

#AEEBAA
(174,235,170)
0 Favorites   0 Comments

Color spaces of #aeebaa

RGB 174235170
HSL0.320.620.79
HSV116°28°92°
CMYK 0.260.000.28   0.08
XYZ54.419671.317648.9277
Yxy71.31760.31160.4083
Hunter Lab84.4497-32.761324.7639
CIE-Lab87.6391-31.534625.4988

#aeebaa color RGB value is (174,235,170).

#aeebaa hex color red value is 174, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aeebaa hue: 0.32 , saturation: 0.62 and the lightness value of aeebaa is 0.79.

The process color (four color CMYK) of #aeebaa color hex is 0.26, 0.00, 0.28, 0.08. Web safe color of #aeebaa is #99ff99. Color #aeebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 10101010
Octal 256 353 252
Decimal 174 235 170
Hex AE EB AA

RGB Percentages of Color #aeebaa

%30.05
%40.59
%29.36

CMYK Percentages of Color #aeebaa

%26
%0
%28
%8

Triadic Colors of #aeebaa

#aeebaa #aaaeeb #ebaaae

Analogous Colors of #aeebaa

#aeebaa #aaebc7 #cfebaa

Monochromatic Colors of #aeebaa

#aeebaa

Complementary Color

#aeebaa #e7aaeb

#aeebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeebaa Color CSS Codes

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

#aeebaa Text Font Color

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

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


#aeebaa Background Color

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

This div background color is #aeebaa


#aeebaa Border Color

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

This div border color is #aeebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeebaa


Comments

No comments written yet.

Please login to write comment.