Color Hex Logo

#aee25d Color Hex

#AEE25D
(174,226,93)
0 Favorites   0 Comments

Color spaces of #aee25d

RGB 17422693
HSL0.230.700.63
HSV83°59°89°
CMYK 0.230.000.59   0.11
XYZ46.627764.181720.2867
Yxy64.18170.35570.4896
Hunter Lab80.1135-36.307941.0658
CIE-Lab84.0603-36.953458.2877

#aee25d color RGB value is (174,226,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100010 01011101
Octal 256 342 135
Decimal 174 226 93
Hex AE E2 5D

RGB Percentages of Color #aee25d

%35.29
%45.84
%18.86

CMYK Percentages of Color #aee25d

%23
%0
%59
%11

Triadic Colors of #aee25d

#aee25d #5daee2 #e25dae

Analogous Colors of #aee25d

#aee25d #6ce25d #e2d45d

Monochromatic Colors of #aee25d

#aee25d

Complementary Color

#aee25d #915de2

#aee25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee25d Color CSS Codes

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

#aee25d Text Font Color

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

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


#aee25d Background Color

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

This div background color is #aee25d


#aee25d Border Color

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

This div border color is #aee25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee25d


Comments

No comments written yet.

Please login to write comment.