Color Hex Logo

#aedd3e Color Hex

#AEDD3E
(174,221,62)
0 Favorites   0 Comments

Color spaces of #aedd3e

RGB 17422162
HSL0.220.700.55
HSV78°72°87°
CMYK 0.210.000.72   0.13
XYZ44.181561.059414.0145
Yxy61.05940.37050.5120
Hunter Lab78.1405-35.820144.0647
CIE-Lab82.4107-36.863268.6935

#aedd3e color RGB value is (174,221,62).

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

The process color (four color CMYK) of #aedd3e color hex is 0.21, 0.00, 0.72, 0.13. Web safe color of #aedd3e is #99cc33. Color #aedd3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 00111110
Octal 256 335 76
Decimal 174 221 62
Hex AE DD 3E

RGB Percentages of Color #aedd3e

%38.07
%48.36
%13.57

CMYK Percentages of Color #aedd3e

%21
%0
%72
%13

Triadic Colors of #aedd3e

#aedd3e #3eaedd #dd3eae

Analogous Colors of #aedd3e

#aedd3e #5fdd3e #ddbd3e

Monochromatic Colors of #aedd3e

#aedd3e

Complementary Color

#aedd3e #6d3edd

#aedd3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedd3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedd3e Color CSS Codes

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

#aedd3e Text Font Color

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

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


#aedd3e Background Color

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

This div background color is #aedd3e


#aedd3e Border Color

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

This div border color is #aedd3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedd3e


Comments

No comments written yet.

Please login to write comment.