Color Hex Logo

#aeea44 Color Hex

#AEEA44
(174,234,68)
0 Favorites   0 Comments

Color spaces of #aeea44

RGB 17423468
HSL0.230.800.59
HSV82°71°92°
CMYK 0.260.000.71   0.08
XYZ47.921868.261716.1189
Yxy68.26170.36220.5160
Hunter Lab82.6206-41.052246.2672
CIE-Lab86.1371-42.290470.2978

#aeea44 color RGB value is (174,234,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 01000100
Octal 256 352 104
Decimal 174 234 68
Hex AE EA 44

RGB Percentages of Color #aeea44

%36.55
%49.16
%14.29

CMYK Percentages of Color #aeea44

%26
%0
%71
%8

Triadic Colors of #aeea44

#aeea44 #44aeea #ea44ae

Analogous Colors of #aeea44

#aeea44 #5bea44 #ead344

Monochromatic Colors of #aeea44

#aeea44

Complementary Color

#aeea44 #8044ea

#aeea44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea44 Color CSS Codes

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

#aeea44 Text Font Color

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

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


#aeea44 Background Color

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

This div background color is #aeea44


#aeea44 Border Color

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

This div border color is #aeea44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea44


Comments

No comments written yet.

Please login to write comment.