Color Hex Logo

#aeeb5e Color Hex

#AEEB5E
(174,235,94)
0 Favorites   0 Comments

Color spaces of #aeeb5e

RGB 17423594
HSL0.240.780.65
HSV86°60°92°
CMYK 0.260.000.60   0.08
XYZ49.184369.223521.3589
Yxy69.22350.35190.4953
Hunter Lab83.2007-40.080443.0198
CIE-Lab86.6146-40.884060.7137

#aeeb5e color RGB value is (174,235,94).

#aeeb5e hex color red value is 174, green value is 235 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aeeb5e hue: 0.24 , saturation: 0.78 and the lightness value of aeeb5e is 0.65.

The process color (four color CMYK) of #aeeb5e color hex is 0.26, 0.00, 0.60, 0.08. Web safe color of #aeeb5e is #99ff66. Color #aeeb5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101011 01011110
Octal 256 353 136
Decimal 174 235 94
Hex AE EB 5E

RGB Percentages of Color #aeeb5e

%34.59
%46.72
%18.69

CMYK Percentages of Color #aeeb5e

%26
%0
%60
%8

Triadic Colors of #aeeb5e

#aeeb5e #5eaeeb #eb5eae

Analogous Colors of #aeeb5e

#aeeb5e #68eb5e #ebe25e

Monochromatic Colors of #aeeb5e

#aeeb5e

Complementary Color

#aeeb5e #9b5eeb

#aeeb5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeb5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeb5e Color CSS Codes

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

#aeeb5e Text Font Color

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

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


#aeeb5e Background Color

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

This div background color is #aeeb5e


#aeeb5e Border Color

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

This div border color is #aeeb5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeb5e


Comments

No comments written yet.

Please login to write comment.