Color Hex Logo

#aed77d Color Hex

#AED77D
(174,215,125)
0 Favorites   0 Comments

Color spaces of #aed77d

RGB 174215125
HSL0.240.530.67
HSV87°42°84°
CMYK 0.190.000.42   0.16
XYZ45.457759.080228.4098
Yxy59.08020.34190.4444
Hunter Lab76.8636-28.945231.8902
CIE-Lab81.3357-28.535640.0196

#aed77d color RGB value is (174,215,125).

#aed77d hex color red value is 174, green value is 215 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aed77d hue: 0.24 , saturation: 0.53 and the lightness value of aed77d is 0.67.

The process color (four color CMYK) of #aed77d color hex is 0.19, 0.00, 0.42, 0.16. Web safe color of #aed77d is #99cc66. Color #aed77d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 01111101
Octal 256 327 175
Decimal 174 215 125
Hex AE D7 7D

RGB Percentages of Color #aed77d

%33.85
%41.83
%24.32

CMYK Percentages of Color #aed77d

%19
%0
%42
%16

Triadic Colors of #aed77d

#aed77d #7daed7 #d77dae

Analogous Colors of #aed77d

#aed77d #81d77d #d7d37d

Monochromatic Colors of #aed77d

#aed77d

Complementary Color

#aed77d #a67dd7

#aed77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed77d Color CSS Codes

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

#aed77d Text Font Color

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

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


#aed77d Background Color

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

This div background color is #aed77d


#aed77d Border Color

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

This div border color is #aed77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed77d


Comments

No comments written yet.

Please login to write comment.