Color Hex Logo

#aef422 Color Hex

#AEF422
(174,244,34)
0 Favorites   0 Comments

Color spaces of #aef422

RGB 17424434
HSL0.220.910.55
HSV80°86°96°
CMYK 0.290.000.86   0.04
XYZ50.095073.815513.1209
Yxy73.81550.36560.5387
Hunter Lab85.9159-46.274951.0865
CIE-Lab88.8352-47.993181.9638

#aef422 color RGB value is (174,244,34).

#aef422 hex color red value is 174, green value is 244 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #aef422 hue: 0.22 , saturation: 0.91 and the lightness value of aef422 is 0.55.

The process color (four color CMYK) of #aef422 color hex is 0.29, 0.00, 0.86, 0.04. Web safe color of #aef422 is #99ff33. Color #aef422 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110100 00100010
Octal 256 364 42
Decimal 174 244 34
Hex AE F4 22

RGB Percentages of Color #aef422

%38.50
%53.98
%7.52

CMYK Percentages of Color #aef422

%29
%0
%86
%4

Triadic Colors of #aef422

#aef422 #22aef4 #f422ae

Analogous Colors of #aef422

#aef422 #45f422 #f4d122

Monochromatic Colors of #aef422

#aef422

Complementary Color

#aef422 #6822f4

#aef422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef422 Color CSS Codes

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

#aef422 Text Font Color

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

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


#aef422 Background Color

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

This div background color is #aef422


#aef422 Border Color

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

This div border color is #aef422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef422


Comments

No comments written yet.

Please login to write comment.