Color Hex Logo

#aedb78 Color Hex

#AEDB78
(174,219,120)
0 Favorites   0 Comments

Color spaces of #aedb78

RGB 174219120
HSL0.240.580.66
HSV87°45°86°
CMYK 0.210.000.45   0.14
XYZ46.177261.017827.1131
Yxy61.01780.34380.4543
Hunter Lab78.1139-31.178634.1003
CIE-Lab82.3883-31.020743.8092

#aedb78 color RGB value is (174,219,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 01111000
Octal 256 333 170
Decimal 174 219 120
Hex AE DB 78

RGB Percentages of Color #aedb78

%33.92
%42.69
%23.39

CMYK Percentages of Color #aedb78

%21
%0
%45
%14

Triadic Colors of #aedb78

#aedb78 #78aedb #db78ae

Analogous Colors of #aedb78

#aedb78 #7ddb78 #dbd778

Monochromatic Colors of #aedb78

#aedb78

Complementary Color

#aedb78 #a578db

#aedb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb78 Color CSS Codes

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

#aedb78 Text Font Color

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

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


#aedb78 Background Color

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

This div background color is #aedb78


#aedb78 Border Color

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

This div border color is #aedb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb78


Comments

No comments written yet.

Please login to write comment.