Color Hex Logo

#aee50b Color Hex

#AEE50B
(174,229,11)
0 Favorites   0 Comments

Color spaces of #aee50b

RGB 17422911
HSL0.210.910.47
HSV75°95°90°
CMYK 0.240.000.95   0.10
XYZ45.535365.061510.4748
Yxy65.06150.37610.5374
Hunter Lab80.6607-40.387848.7629
CIE-Lab84.5154-42.019181.6610

#aee50b color RGB value is (174,229,11).

#aee50b hex color red value is 174, green value is 229 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aee50b hue: 0.21 , saturation: 0.91 and the lightness value of aee50b is 0.47.

The process color (four color CMYK) of #aee50b color hex is 0.24, 0.00, 0.95, 0.10. Web safe color of #aee50b is #99cc00. Color #aee50b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100101 00001011
Octal 256 345 13
Decimal 174 229 11
Hex AE E5 B

RGB Percentages of Color #aee50b

%42.03
%55.31
%2.66

CMYK Percentages of Color #aee50b

%24
%0
%95
%10

Triadic Colors of #aee50b

#aee50b #0baee5 #e50bae

Analogous Colors of #aee50b

#aee50b #41e50b #e5af0b

Monochromatic Colors of #aee50b

#aee50b

Complementary Color

#aee50b #420be5

#aee50b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee50b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee50b Color CSS Codes

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

#aee50b Text Font Color

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

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


#aee50b Background Color

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

This div background color is #aee50b


#aee50b Border Color

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

This div border color is #aee50b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee50b


Comments

No comments written yet.

Please login to write comment.