Color Hex Logo

#aed87d Color Hex

#AED87D
(174,216,125)
0 Favorites   0 Comments

Color spaces of #aed87d

RGB 174216125
HSL0.240.540.67
HSV88°42°85°
CMYK 0.190.000.42   0.15
XYZ45.713159.591128.4949
Yxy59.59110.34170.4454
Hunter Lab77.1953-29.388532.1511
CIE-Lab81.6154-29.010640.3744

#aed87d color RGB value is (174,216,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011000 01111101
Octal 256 330 175
Decimal 174 216 125
Hex AE D8 7D

RGB Percentages of Color #aed87d

%33.79
%41.94
%24.27

CMYK Percentages of Color #aed87d

%19
%0
%42
%15

Triadic Colors of #aed87d

#aed87d #7daed8 #d87dae

Analogous Colors of #aed87d

#aed87d #81d87d #d8d57d

Monochromatic Colors of #aed87d

#aed87d

Complementary Color

#aed87d #a77dd8

#aed87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed87d Color CSS Codes

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

#aed87d Text Font Color

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

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


#aed87d Background Color

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

This div background color is #aed87d


#aed87d Border Color

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

This div border color is #aed87d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,216,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 #aed87d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed87d


Comments

No comments written yet.

Please login to write comment.