Color Hex Logo

#aee825 Color Hex

#AEE825
(174,232,37)
0 Favorites   0 Comments

Color spaces of #aee825

RGB 17423237
HSL0.220.810.53
HSV78°84°91°
CMYK 0.250.000.84   0.09
XYZ46.646166.845512.1942
Yxy66.84550.37110.5318
Hunter Lab81.7591-41.238648.3884
CIE-Lab85.4259-42.787678.4683

#aee825 color RGB value is (174,232,37).

#aee825 hex color red value is 174, green value is 232 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #aee825 hue: 0.22 , saturation: 0.81 and the lightness value of aee825 is 0.53.

The process color (four color CMYK) of #aee825 color hex is 0.25, 0.00, 0.84, 0.09. Web safe color of #aee825 is #99ff33. Color #aee825 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101000 00100101
Octal 256 350 45
Decimal 174 232 37
Hex AE E8 25

RGB Percentages of Color #aee825

%39.28
%52.37
%8.35

CMYK Percentages of Color #aee825

%25
%0
%84
%9

Triadic Colors of #aee825

#aee825 #25aee8 #e825ae

Analogous Colors of #aee825

#aee825 #4de825 #e8c125

Monochromatic Colors of #aee825

#aee825

Complementary Color

#aee825 #5f25e8

#aee825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee825 Color CSS Codes

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

#aee825 Text Font Color

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

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


#aee825 Background Color

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

This div background color is #aee825


#aee825 Border Color

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

This div border color is #aee825


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee825


Comments

No comments written yet.

Please login to write comment.