Color Hex Logo

#aef004 Color Hex

#AEF004
(174,240,4)
0 Favorites   0 Comments

Color spaces of #aef004

RGB 1742404
HSL0.210.970.48
HSV77°98°94°
CMYK 0.280.000.98   0.06
XYZ48.637671.327611.3190
Yxy71.32760.37050.5433
Hunter Lab84.4557-45.000251.1727
CIE-Lab87.6439-46.813684.6564

#aef004 color RGB value is (174,240,4).

#aef004 hex color red value is 174, green value is 240 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #aef004 hue: 0.21 , saturation: 0.97 and the lightness value of aef004 is 0.48.

The process color (four color CMYK) of #aef004 color hex is 0.28, 0.00, 0.98, 0.06. Web safe color of #aef004 is #99ff00. Color #aef004 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110000 00000100
Octal 256 360 4
Decimal 174 240 4
Hex AE F0 4

RGB Percentages of Color #aef004

%41.63
%57.42
%0.96

CMYK Percentages of Color #aef004

%28
%0
%98
%6

Triadic Colors of #aef004

#aef004 #04aef0 #f004ae

Analogous Colors of #aef004

#aef004 #38f004 #f0bc04

Monochromatic Colors of #aef004

#aef004

Complementary Color

#aef004 #4604f0

#aef004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef004 Color CSS Codes

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

#aef004 Text Font Color

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

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


#aef004 Background Color

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

This div background color is #aef004


#aef004 Border Color

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

This div border color is #aef004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef004


Comments

No comments written yet.

Please login to write comment.