Color Hex Logo

#aef944 Color Hex

#AEF944
(174,249,68)
0 Favorites   0 Comments

Color spaces of #aef944

RGB 17424968
HSL0.240.940.62
HSV85°73°98°
CMYK 0.300.000.73   0.02
XYZ52.374677.167417.6032
Yxy77.16740.35590.5244
Hunter Lab87.8450-47.304149.6104
CIE-Lab90.3986-48.696374.4925

#aef944 color RGB value is (174,249,68).

#aef944 hex color red value is 174, green value is 249 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #aef944 hue: 0.24 , saturation: 0.94 and the lightness value of aef944 is 0.62.

The process color (four color CMYK) of #aef944 color hex is 0.30, 0.00, 0.73, 0.02. Web safe color of #aef944 is #99ff33. Color #aef944 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111001 01000100
Octal 256 371 104
Decimal 174 249 68
Hex AE F9 44

RGB Percentages of Color #aef944

%35.44
%50.71
%13.85

CMYK Percentages of Color #aef944

%30
%0
%73
%2

Triadic Colors of #aef944

#aef944 #44aef9 #f944ae

Analogous Colors of #aef944

#aef944 #54f944 #f9ea44

Monochromatic Colors of #aef944

#aef944

Complementary Color

#aef944 #8f44f9

#aef944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef944 Color CSS Codes

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

#aef944 Text Font Color

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

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


#aef944 Background Color

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

This div background color is #aef944


#aef944 Border Color

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

This div border color is #aef944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef944


Comments

No comments written yet.

Please login to write comment.