Color Hex Logo

#aeee02 Color Hex

#AEEE02
(174,238,2)
0 Favorites   0 Comments

Color spaces of #aeee02

RGB 1742382
HSL0.210.980.47
HSV76°99°93°
CMYK 0.270.000.99   0.07
XYZ48.041170.152111.0661
Yxy70.15210.37170.5427
Hunter Lab83.7569-44.190850.7963
CIE-Lab87.0714-45.987584.3750

#aeee02 color RGB value is (174,238,2).

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

The process color (four color CMYK) of #aeee02 color hex is 0.27, 0.00, 0.99, 0.07. Web safe color of #aeee02 is #99ff00. Color #aeee02 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101110 00000010
Octal 256 356 2
Decimal 174 238 2
Hex AE EE 2

RGB Percentages of Color #aeee02

%42.03
%57.49
%0.48

CMYK Percentages of Color #aeee02

%27
%0
%99
%7

Triadic Colors of #aeee02

#aeee02 #02aeee #ee02ae

Analogous Colors of #aeee02

#aeee02 #38ee02 #eeb802

Monochromatic Colors of #aeee02

#aeee02

Complementary Color

#aeee02 #4202ee

#aeee02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeee02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeee02 Color CSS Codes

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

#aeee02 Text Font Color

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

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


#aeee02 Background Color

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

This div background color is #aeee02


#aeee02 Border Color

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

This div border color is #aeee02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeee02


Comments

No comments written yet.

Please login to write comment.