Color Hex Logo

#aeea22 Color Hex

#AEEA22
(174,234,34)
0 Favorites   0 Comments

Color spaces of #aeea22

RGB 17423434
HSL0.220.830.53
HSV78°85°92°
CMYK 0.260.000.85   0.08
XYZ47.167167.959812.1450
Yxy67.95980.37060.5340
Hunter Lab82.4377-42.136548.9716
CIE-Lab85.9863-43.740679.5645

#aeea22 color RGB value is (174,234,34).

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

The process color (four color CMYK) of #aeea22 color hex is 0.26, 0.00, 0.85, 0.08. Web safe color of #aeea22 is #99ff33. Color #aeea22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 00100010
Octal 256 352 42
Decimal 174 234 34
Hex AE EA 22

RGB Percentages of Color #aeea22

%39.37
%52.94
%7.69

CMYK Percentages of Color #aeea22

%26
%0
%85
%8

Triadic Colors of #aeea22

#aeea22 #22aeea #ea22ae

Analogous Colors of #aeea22

#aeea22 #4aea22 #eac222

Monochromatic Colors of #aeea22

#aeea22

Complementary Color

#aeea22 #5e22ea

#aeea22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea22 Color CSS Codes

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

#aeea22 Text Font Color

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

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


#aeea22 Background Color

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

This div background color is #aeea22


#aeea22 Border Color

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

This div border color is #aeea22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea22


Comments

No comments written yet.

Please login to write comment.