Color Hex Logo

#aeef00 Color Hex

#AEEF00
(174,239,0)
0 Favorites   0 Comments

Color spaces of #aeef00

RGB 1742390
HSL0.211.000.47
HSV76°100°94°
CMYK 0.270.001.00   0.06
XYZ48.322170.731711.1057
Yxy70.73170.37130.5434
Hunter Lab84.1021-44.619051.0422
CIE-Lab87.3545-46.432684.7519

#aeef00 color RGB value is (174,239,0).

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

The process color (four color CMYK) of #aeef00 color hex is 0.27, 0.00, 1.00, 0.06. Web safe color of #aeef00 is #99ff00. Color #aeef00 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 00000000
Octal 256 357 0
Decimal 174 239 0
Hex AE EF 0

RGB Percentages of Color #aeef00

%42.13
%57.87
%0.00

CMYK Percentages of Color #aeef00

%27
%0
%100
%6

Triadic Colors of #aeef00

#aeef00 #00aeef #ef00ae

Analogous Colors of #aeef00

#aeef00 #37ef00 #efb900

Monochromatic Colors of #aeef00

#aeef00

Complementary Color

#aeef00 #4100ef

#aeef00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeef00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeef00 Color CSS Codes

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

#aeef00 Text Font Color

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

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


#aeef00 Background Color

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

This div background color is #aeef00


#aeef00 Border Color

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

This div border color is #aeef00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeef00


Comments

No comments written yet.

Please login to write comment.