Color Hex Logo

#aedf6e Color Hex

#AEDF6E
(174,223,110)
0 Favorites   0 Comments

Color spaces of #aedf6e

RGB 174223110
HSL0.240.640.65
HSV86°51°87°
CMYK 0.220.000.51   0.13
XYZ46.657762.899824.4336
Yxy62.89980.34820.4694
Hunter Lab79.3094-33.779937.2505
CIE-Lab83.3896-33.978149.8252

#aedf6e color RGB value is (174,223,110).

#aedf6e hex color red value is 174, green value is 223 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #aedf6e hue: 0.24 , saturation: 0.64 and the lightness value of aedf6e is 0.65.

The process color (four color CMYK) of #aedf6e color hex is 0.22, 0.00, 0.51, 0.13. Web safe color of #aedf6e is #99cc66. Color #aedf6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011111 01101110
Octal 256 337 156
Decimal 174 223 110
Hex AE DF 6E

RGB Percentages of Color #aedf6e

%34.32
%43.98
%21.70

CMYK Percentages of Color #aedf6e

%22
%0
%51
%13

Triadic Colors of #aedf6e

#aedf6e #6eaedf #df6eae

Analogous Colors of #aedf6e

#aedf6e #76df6e #dfd86e

Monochromatic Colors of #aedf6e

#aedf6e

Complementary Color

#aedf6e #9f6edf

#aedf6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedf6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedf6e Color CSS Codes

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

#aedf6e Text Font Color

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

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


#aedf6e Background Color

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

This div background color is #aedf6e


#aedf6e Border Color

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

This div border color is #aedf6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedf6e


Comments

No comments written yet.

Please login to write comment.