Color Hex Logo

#aee720 Color Hex

#AEE720
(174,231,32)
0 Favorites   0 Comments

Color spaces of #aee720

RGB 17423132
HSL0.210.810.52
HSV77°86°91°
CMYK 0.250.000.86   0.09
XYZ46.292266.254811.7151
Yxy66.25480.37250.5332
Hunter Lab81.3971-40.928248.4446
CIE-Lab85.1262-42.496079.2311

#aee720 color RGB value is (174,231,32).

#aee720 hex color red value is 174, green value is 231 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #aee720 hue: 0.21 , saturation: 0.81 and the lightness value of aee720 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100111 00100000
Octal 256 347 40
Decimal 174 231 32
Hex AE E7 20

RGB Percentages of Color #aee720

%39.82
%52.86
%7.32

CMYK Percentages of Color #aee720

%25
%0
%86
%9

Triadic Colors of #aee720

#aee720 #20aee7 #e720ae

Analogous Colors of #aee720

#aee720 #4be720 #e7bd20

Monochromatic Colors of #aee720

#aee720

Complementary Color

#aee720 #5920e7

#aee720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee720 Color CSS Codes

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

#aee720 Text Font Color

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

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


#aee720 Background Color

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

This div background color is #aee720


#aee720 Border Color

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

This div border color is #aee720


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee720


Comments

No comments written yet.

Please login to write comment.