Color Hex Logo

#aedb4e Color Hex

#AEDB4E
(174,219,78)
0 Favorites   0 Comments

Color spaces of #aedb4e

RGB 17421978
HSL0.220.660.58
HSV79°64°86°
CMYK 0.210.000.64   0.14
XYZ44.162260.211816.5022
Yxy60.21180.36540.4981
Hunter Lab77.5963-34.204141.7083
CIE-Lab81.9532-34.947762.2520

#aedb4e color RGB value is (174,219,78).

#aedb4e hex color red value is 174, green value is 219 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aedb4e hue: 0.22 , saturation: 0.66 and the lightness value of aedb4e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 01001110
Octal 256 333 116
Decimal 174 219 78
Hex AE DB 4E

RGB Percentages of Color #aedb4e

%36.94
%46.50
%16.56

CMYK Percentages of Color #aedb4e

%21
%0
%64
%14

Triadic Colors of #aedb4e

#aedb4e #4eaedb #db4eae

Analogous Colors of #aedb4e

#aedb4e #68db4e #dbc24e

Monochromatic Colors of #aedb4e

#aedb4e

Complementary Color

#aedb4e #7b4edb

#aedb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb4e Color CSS Codes

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

#aedb4e Text Font Color

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

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


#aedb4e Background Color

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

This div background color is #aedb4e


#aedb4e Border Color

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

This div border color is #aedb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb4e


Comments

No comments written yet.

Please login to write comment.