Color Hex Logo

#aef504 Color Hex

#AEF504
(174,245,4)
0 Favorites   0 Comments

Color spaces of #aef504

RGB 1742454
HSL0.220.970.49
HSV78°98°96°
CMYK 0.290.000.98   0.04
XYZ50.129974.312311.8164
Yxy74.31230.36790.5454
Hunter Lab86.2046-47.056352.2161
CIE-Lab89.0699-48.910985.7572

#aef504 color RGB value is (174,245,4).

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

The process color (four color CMYK) of #aef504 color hex is 0.29, 0.00, 0.98, 0.04. Web safe color of #aef504 is #99ff00. Color #aef504 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110101 00000100
Octal 256 365 4
Decimal 174 245 4
Hex AE F5 4

RGB Percentages of Color #aef504

%41.13
%57.92
%0.95

CMYK Percentages of Color #aef504

%29
%0
%98
%4

Triadic Colors of #aef504

#aef504 #04aef5 #f504ae

Analogous Colors of #aef504

#aef504 #36f504 #f5c404

Monochromatic Colors of #aef504

#aef504

Complementary Color

#aef504 #4b04f5

#aef504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef504 Color CSS Codes

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

#aef504 Text Font Color

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

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


#aef504 Background Color

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

This div background color is #aef504


#aef504 Border Color

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

This div border color is #aef504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef504


Comments

No comments written yet.

Please login to write comment.