Color Hex Logo

#aeea2d Color Hex

#AEEA2D
(174,234,45)
0 Favorites   0 Comments

Color spaces of #aeea2d

RGB 17423445
HSL0.220.820.55
HSV79°81°92°
CMYK 0.260.000.81   0.08
XYZ47.352068.033813.1187
Yxy68.03380.36850.5294
Hunter Lab82.4826-41.870448.3079
CIE-Lab86.0233-43.383577.1213

#aeea2d color RGB value is (174,234,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 00101101
Octal 256 352 55
Decimal 174 234 45
Hex AE EA 2D

RGB Percentages of Color #aeea2d

%38.41
%51.66
%9.93

CMYK Percentages of Color #aeea2d

%26
%0
%81
%8

Triadic Colors of #aeea2d

#aeea2d #2daeea #ea2dae

Analogous Colors of #aeea2d

#aeea2d #4fea2d #eac82d

Monochromatic Colors of #aeea2d

#aeea2d

Complementary Color

#aeea2d #692dea

#aeea2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea2d Color CSS Codes

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

#aeea2d Text Font Color

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

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


#aeea2d Background Color

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

This div background color is #aeea2d


#aeea2d Border Color

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

This div border color is #aeea2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea2d


Comments

No comments written yet.

Please login to write comment.