Color Hex Logo

#aedc6d Color Hex

#AEDC6D
(174,220,109)
0 Favorites   0 Comments

Color spaces of #aedc6d

RGB 174220109
HSL0.240.610.65
HSV85°50°86°
CMYK 0.210.000.50   0.14
XYZ45.809161.289223.8836
Yxy61.28920.34970.4679
Hunter Lab78.2874-32.555536.7132
CIE-Lab82.5340-32.695849.2688

#aedc6d color RGB value is (174,220,109).

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

The process color (four color CMYK) of #aedc6d color hex is 0.21, 0.00, 0.50, 0.14. Web safe color of #aedc6d is #99cc66. Color #aedc6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011100 01101101
Octal 256 334 155
Decimal 174 220 109
Hex AE DC 6D

RGB Percentages of Color #aedc6d

%34.59
%43.74
%21.67

CMYK Percentages of Color #aedc6d

%21
%0
%50
%14

Triadic Colors of #aedc6d

#aedc6d #6daedc #dc6dae

Analogous Colors of #aedc6d

#aedc6d #77dc6d #dcd36d

Monochromatic Colors of #aedc6d

#aedc6d

Complementary Color

#aedc6d #9b6ddc

#aedc6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedc6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedc6d Color CSS Codes

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

#aedc6d Text Font Color

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

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


#aedc6d Background Color

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

This div background color is #aedc6d


#aedc6d Border Color

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

This div border color is #aedc6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedc6d


Comments

No comments written yet.

Please login to write comment.