Color Hex Logo

#aef900 Color Hex

#AEF900
(174,249,0)
0 Favorites   0 Comments

Color spaces of #aef900

RGB 1742490
HSL0.221.000.49
HSV78°100°98°
CMYK 0.300.001.00   0.02
XYZ51.331276.750012.1088
Yxy76.75000.36620.5475
Hunter Lab87.6071-48.724753.1301
CIE-Lab90.2064-50.608386.9362

#aef900 color RGB value is (174,249,0).

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

The process color (four color CMYK) of #aef900 color hex is 0.30, 0.00, 1.00, 0.02. Web safe color of #aef900 is #99ff00. Color #aef900 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111001 00000000
Octal 256 371 0
Decimal 174 249 0
Hex AE F9 0

RGB Percentages of Color #aef900

%41.13
%58.87
%0.00

CMYK Percentages of Color #aef900

%30
%0
%100
%2

Triadic Colors of #aef900

#aef900 #00aef9 #f900ae

Analogous Colors of #aef900

#aef900 #32f900 #f9c800

Monochromatic Colors of #aef900

#aef900

Complementary Color

#aef900 #4b00f9

#aef900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef900 Color CSS Codes

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

#aef900 Text Font Color

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

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


#aef900 Background Color

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

This div background color is #aef900


#aef900 Border Color

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

This div border color is #aef900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef900


Comments

No comments written yet.

Please login to write comment.