Color Hex Logo

#aeea4d Color Hex

#AEEA4D
(174,234,77)
0 Favorites   0 Comments

Color spaces of #aeea4d

RGB 17423477
HSL0.230.790.61
HSV83°67°92°
CMYK 0.260.000.67   0.08
XYZ48.217968.380117.6785
Yxy68.38010.35910.5092
Hunter Lab82.6923-40.628045.2092
CIE-Lab86.1962-41.726967.0918

#aeea4d color RGB value is (174,234,77).

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

The process color (four color CMYK) of #aeea4d color hex is 0.26, 0.00, 0.67, 0.08. Web safe color of #aeea4d is #99ff66. Color #aeea4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 01001101
Octal 256 352 115
Decimal 174 234 77
Hex AE EA 4D

RGB Percentages of Color #aeea4d

%35.88
%48.25
%15.88

CMYK Percentages of Color #aeea4d

%26
%0
%67
%8

Triadic Colors of #aeea4d

#aeea4d #4daeea #ea4dae

Analogous Colors of #aeea4d

#aeea4d #60ea4d #ead84d

Monochromatic Colors of #aeea4d

#aeea4d

Complementary Color

#aeea4d #894dea

#aeea4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea4d Color CSS Codes

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

#aeea4d Text Font Color

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

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


#aeea4d Background Color

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

This div background color is #aeea4d


#aeea4d Border Color

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

This div border color is #aeea4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea4d


Comments

No comments written yet.

Please login to write comment.