Color Hex Logo

#aedb7f Color Hex

#AEDB7F
(174,219,127)
0 Favorites   0 Comments

Color spaces of #aedb7f

RGB 174219127
HSL0.250.560.68
HSV89°42°86°
CMYK 0.210.000.42   0.14
XYZ46.617861.194029.4333
Yxy61.19400.33970.4459
Hunter Lab78.2266-30.522532.4503
CIE-Lab82.4829-30.182340.4809

#aedb7f color RGB value is (174,219,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 01111111
Octal 256 333 177
Decimal 174 219 127
Hex AE DB 7F

RGB Percentages of Color #aedb7f

%33.46
%42.12
%24.42

CMYK Percentages of Color #aedb7f

%21
%0
%42
%14

Triadic Colors of #aedb7f

#aedb7f #7faedb #db7fae

Analogous Colors of #aedb7f

#aedb7f #80db7f #dbda7f

Monochromatic Colors of #aedb7f

#aedb7f

Complementary Color

#aedb7f #ac7fdb

#aedb7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb7f Color CSS Codes

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

#aedb7f Text Font Color

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

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


#aedb7f Background Color

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

This div background color is #aedb7f


#aedb7f Border Color

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

This div border color is #aedb7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb7f


Comments

No comments written yet.

Please login to write comment.