Color Hex Logo

#aedb76 Color Hex

#AEDB76
(174,219,118)
0 Favorites   0 Comments

Color spaces of #aedb76

RGB 174219118
HSL0.240.580.66
HSV87°46°86°
CMYK 0.210.000.46   0.14
XYZ46.057160.969726.4804
Yxy60.96970.34500.4567
Hunter Lab78.0831-31.357734.5511
CIE-Lab82.3625-31.250344.7511

#aedb76 color RGB value is (174,219,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 01110110
Octal 256 333 166
Decimal 174 219 118
Hex AE DB 76

RGB Percentages of Color #aedb76

%34.05
%42.86
%23.09

CMYK Percentages of Color #aedb76

%21
%0
%46
%14

Triadic Colors of #aedb76

#aedb76 #76aedb #db76ae

Analogous Colors of #aedb76

#aedb76 #7cdb76 #dbd676

Monochromatic Colors of #aedb76

#aedb76

Complementary Color

#aedb76 #a376db

#aedb76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb76 Color CSS Codes

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

#aedb76 Text Font Color

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

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


#aedb76 Background Color

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

This div background color is #aedb76


#aedb76 Border Color

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

This div border color is #aedb76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb76


Comments

No comments written yet.

Please login to write comment.