Color Hex Logo

#aed15c Color Hex

#AED15C
(174,209,92)
0 Favorites   0 Comments

Color spaces of #aed15c

RGB 17420992
HSL0.220.560.59
HSV78°56°82°
CMYK 0.170.000.56   0.18
XYZ42.187855.372318.5896
Yxy55.37230.36320.4767
Hunter Lab74.4126-29.022437.2771
CIE-Lab79.2552-29.178153.2816

#aed15c color RGB value is (174,209,92).

#aed15c hex color red value is 174, green value is 209 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #aed15c hue: 0.22 , saturation: 0.56 and the lightness value of aed15c is 0.59.

The process color (four color CMYK) of #aed15c color hex is 0.17, 0.00, 0.56, 0.18. Web safe color of #aed15c is #99cc66. Color #aed15c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 01011100
Octal 256 321 134
Decimal 174 209 92
Hex AE D1 5C

RGB Percentages of Color #aed15c

%36.63
%44.00
%19.37

CMYK Percentages of Color #aed15c

%17
%0
%56
%18

Triadic Colors of #aed15c

#aed15c #5caed1 #d15cae

Analogous Colors of #aed15c

#aed15c #74d15c #d1ba5c

Monochromatic Colors of #aed15c

#aed15c

Complementary Color

#aed15c #7f5cd1

#aed15c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed15c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed15c Color CSS Codes

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

#aed15c Text Font Color

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

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


#aed15c Background Color

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

This div background color is #aed15c


#aed15c Border Color

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

This div border color is #aed15c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed15c


Comments

No comments written yet.

Please login to write comment.