Color Hex Logo

#aef044 Color Hex

#AEF044
(174,240,68)
0 Favorites   0 Comments

Color spaces of #aef044

RGB 17424068
HSL0.230.850.60
HSV83°72°94°
CMYK 0.280.000.72   0.06
XYZ49.659071.736216.6980
Yxy71.73620.35960.5195
Hunter Lab84.6972-43.563547.5991
CIE-Lab87.8415-44.884971.9842

#aef044 color RGB value is (174,240,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110000 01000100
Octal 256 360 104
Decimal 174 240 68
Hex AE F0 44

RGB Percentages of Color #aef044

%36.10
%49.79
%14.11

CMYK Percentages of Color #aef044

%28
%0
%72
%6

Triadic Colors of #aef044

#aef044 #44aef0 #f044ae

Analogous Colors of #aef044

#aef044 #58f044 #f0dc44

Monochromatic Colors of #aef044

#aef044

Complementary Color

#aef044 #8644f0

#aef044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef044 Color CSS Codes

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

#aef044 Text Font Color

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

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


#aef044 Background Color

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

This div background color is #aef044


#aef044 Border Color

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

This div border color is #aef044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef044


Comments

No comments written yet.

Please login to write comment.