Color Hex Logo

#aedf3e Color Hex

#AEDF3E
(174,223,62)
0 Favorites   0 Comments

Color spaces of #aedf3e

RGB 17422362
HSL0.220.720.56
HSV78°72°87°
CMYK 0.220.000.72   0.13
XYZ44.712762.121814.1915
Yxy62.12180.36940.5133
Hunter Lab78.8174-36.668344.4967
CIE-Lab82.9782-37.763269.2485

#aedf3e color RGB value is (174,223,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 00111110
Octal 256 337 76
Decimal 174 223 62
Hex AE DF 3E

RGB Percentages of Color #aedf3e

%37.91
%48.58
%13.51

CMYK Percentages of Color #aedf3e

%22
%0
%72
%13

Triadic Colors of #aedf3e

#aedf3e #3eaedf #df3eae

Analogous Colors of #aedf3e

#aedf3e #5edf3e #dfc03e

Monochromatic Colors of #aedf3e

#aedf3e

Complementary Color

#aedf3e #6f3edf

#aedf3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf3e Color CSS Codes

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

#aedf3e Text Font Color

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

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


#aedf3e Background Color

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

This div background color is #aedf3e


#aedf3e Border Color

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

This div border color is #aedf3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf3e


Comments

No comments written yet.

Please login to write comment.