Color Hex Logo

#aed76d Color Hex

#AED76D
(174,215,109)
0 Favorites   0 Comments

Color spaces of #aed76d

RGB 174215109
HSL0.230.570.64
HSV83°49°84°
CMYK 0.190.000.49   0.16
XYZ44.516358.703723.4527
Yxy58.70370.35140.4634
Hunter Lab76.6183-30.371235.4843
CIE-Lab81.1285-30.360647.5753

#aed76d color RGB value is (174,215,109).

#aed76d hex color red value is 174, green value is 215 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #aed76d hue: 0.23 , saturation: 0.57 and the lightness value of aed76d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 01101101
Octal 256 327 155
Decimal 174 215 109
Hex AE D7 6D

RGB Percentages of Color #aed76d

%34.94
%43.17
%21.89

CMYK Percentages of Color #aed76d

%19
%0
%49
%16

Triadic Colors of #aed76d

#aed76d #6daed7 #d76dae

Analogous Colors of #aed76d

#aed76d #79d76d #d7cb6d

Monochromatic Colors of #aed76d

#aed76d

Complementary Color

#aed76d #966dd7

#aed76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed76d Color CSS Codes

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

#aed76d Text Font Color

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

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


#aed76d Background Color

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

This div background color is #aed76d


#aed76d Border Color

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

This div border color is #aed76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed76d


Comments

No comments written yet.

Please login to write comment.