Color Hex Logo

#aee25b Color Hex

#AEE25B
(174,226,91)
0 Favorites   0 Comments

Color spaces of #aee25b

RGB 17422691
HSL0.230.700.62
HSV83°60°89°
CMYK 0.230.000.60   0.11
XYZ46.540264.146719.8262
Yxy64.14670.35660.4915
Hunter Lab80.0916-36.436341.3873
CIE-Lab84.0421-37.121859.1272

#aee25b color RGB value is (174,226,91).

#aee25b hex color red value is 174, green value is 226 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #aee25b hue: 0.23 , saturation: 0.70 and the lightness value of aee25b is 0.62.

The process color (four color CMYK) of #aee25b color hex is 0.23, 0.00, 0.60, 0.11. Web safe color of #aee25b is #99cc66. Color #aee25b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100010 01011011
Octal 256 342 133
Decimal 174 226 91
Hex AE E2 5B

RGB Percentages of Color #aee25b

%35.44
%46.03
%18.53

CMYK Percentages of Color #aee25b

%23
%0
%60
%11

Triadic Colors of #aee25b

#aee25b #5baee2 #e25bae

Analogous Colors of #aee25b

#aee25b #6be25b #e2d35b

Monochromatic Colors of #aee25b

#aee25b

Complementary Color

#aee25b #8f5be2

#aee25b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee25b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee25b Color CSS Codes

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

#aee25b Text Font Color

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

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


#aee25b Background Color

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

This div background color is #aee25b


#aee25b Border Color

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

This div border color is #aee25b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee25b


Comments

No comments written yet.

Please login to write comment.