Color Hex Logo

#aef200 Color Hex

#AEF200
(174,242,0)
0 Favorites   0 Comments

Color spaces of #aef200

RGB 1742420
HSL0.211.000.47
HSV77°100°95°
CMYK 0.280.001.00   0.05
XYZ49.207772.502911.4010
Yxy72.50290.36970.5447
Hunter Lab85.1486-45.854351.6654
CIE-Lab88.2101-47.697585.4060

#aef200 color RGB value is (174,242,0).

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

The process color (four color CMYK) of #aef200 color hex is 0.28, 0.00, 1.00, 0.05. Web safe color of #aef200 is #99ff00. Color #aef200 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110010 00000000
Octal 256 362 0
Decimal 174 242 0
Hex AE F2 0

RGB Percentages of Color #aef200

%41.83
%58.17
%0.00

CMYK Percentages of Color #aef200

%28
%0
%100
%5

Triadic Colors of #aef200

#aef200 #00aef2 #f200ae

Analogous Colors of #aef200

#aef200 #35f200 #f2bd00

Monochromatic Colors of #aef200

#aef200

Complementary Color

#aef200 #4400f2

#aef200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef200 Color CSS Codes

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

#aef200 Text Font Color

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

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


#aef200 Background Color

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

This div background color is #aef200


#aef200 Border Color

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

This div border color is #aef200


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,242,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 #aef200">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef200


Comments

No comments written yet.

Please login to write comment.