Color Hex Logo

#aef036 Color Hex

#AEF036
(174,240,54)
0 Favorites   0 Comments

Color spaces of #aef036

RGB 17424054
HSL0.230.860.58
HSV81°78°94°
CMYK 0.280.000.78   0.06
XYZ49.281571.585214.7099
Yxy71.58520.36350.5280
Hunter Lab84.6080-44.093548.9175
CIE-Lab87.7685-45.593676.2879

#aef036 color RGB value is (174,240,54).

#aef036 hex color red value is 174, green value is 240 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #aef036 hue: 0.23 , saturation: 0.86 and the lightness value of aef036 is 0.58.

The process color (four color CMYK) of #aef036 color hex is 0.28, 0.00, 0.78, 0.06. Web safe color of #aef036 is #99ff33. Color #aef036 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110000 00110110
Octal 256 360 66
Decimal 174 240 54
Hex AE F0 36

RGB Percentages of Color #aef036

%37.18
%51.28
%11.54

CMYK Percentages of Color #aef036

%28
%0
%78
%6

Triadic Colors of #aef036

#aef036 #36aef0 #f036ae

Analogous Colors of #aef036

#aef036 #51f036 #f0d536

Monochromatic Colors of #aef036

#aef036

Complementary Color

#aef036 #7836f0

#aef036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef036 Color CSS Codes

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

#aef036 Text Font Color

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

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


#aef036 Background Color

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

This div background color is #aef036


#aef036 Border Color

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

This div border color is #aef036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef036


Comments

No comments written yet.

Please login to write comment.