Color Hex Logo

#aee07b Color Hex

#AEE07B
(174,224,123)
0 Favorites   0 Comments

Color spaces of #aee07b

RGB 174224123
HSL0.250.620.68
HSV90°45°88°
CMYK 0.220.000.45   0.12
XYZ47.686463.740028.5286
Yxy63.74000.34070.4554
Hunter Lab79.8373-33.098334.6998
CIE-Lab83.8302-32.999544.1426

#aee07b color RGB value is (174,224,123).

#aee07b hex color red value is 174, green value is 224 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #aee07b hue: 0.25 , saturation: 0.62 and the lightness value of aee07b is 0.68.

The process color (four color CMYK) of #aee07b color hex is 0.22, 0.00, 0.45, 0.12. Web safe color of #aee07b is #99cc66. Color #aee07b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 01111011
Octal 256 340 173
Decimal 174 224 123
Hex AE E0 7B

RGB Percentages of Color #aee07b

%33.40
%42.99
%23.61

CMYK Percentages of Color #aee07b

%22
%0
%45
%12

Triadic Colors of #aee07b

#aee07b #7baee0 #e07bae

Analogous Colors of #aee07b

#aee07b #7ce07b #e0e07b

Monochromatic Colors of #aee07b

#aee07b

Complementary Color

#aee07b #ad7be0

#aee07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee07b Color CSS Codes

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

#aee07b Text Font Color

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

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


#aee07b Background Color

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

This div background color is #aee07b


#aee07b Border Color

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

This div border color is #aee07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee07b


Comments

No comments written yet.

Please login to write comment.