Color Hex Logo

#aedb7e Color Hex

#AEDB7E
(174,219,126)
0 Favorites   0 Comments

Color spaces of #aedb7e

RGB 174219126
HSL0.250.560.68
HSV89°42°86°
CMYK 0.210.000.42   0.14
XYZ46.553061.168129.0917
Yxy61.16810.34030.4471
Hunter Lab78.2100-30.618932.6930
CIE-Lab82.4690-30.305240.9592

#aedb7e color RGB value is (174,219,126).

#aedb7e hex color red value is 174, green value is 219 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aedb7e hue: 0.25 , saturation: 0.56 and the lightness value of aedb7e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 01111110
Octal 256 333 176
Decimal 174 219 126
Hex AE DB 7E

RGB Percentages of Color #aedb7e

%33.53
%42.20
%24.28

CMYK Percentages of Color #aedb7e

%21
%0
%42
%14

Triadic Colors of #aedb7e

#aedb7e #7eaedb #db7eae

Analogous Colors of #aedb7e

#aedb7e #80db7e #dbda7e

Monochromatic Colors of #aedb7e

#aedb7e

Complementary Color

#aedb7e #ab7edb

#aedb7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb7e Color CSS Codes

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

#aedb7e Text Font Color

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

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


#aedb7e Background Color

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

This div background color is #aedb7e


#aedb7e Border Color

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

This div border color is #aedb7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb7e


Comments

No comments written yet.

Please login to write comment.