Color Hex Logo

#aed90d Color Hex

#AED90D
(174,217,13)
0 Favorites   0 Comments

Color spaces of #aed90d

RGB 17421713
HSL0.200.890.45
HSV73°94°85°
CMYK 0.200.000.94   0.15
XYZ42.341158.65349.4704
Yxy58.65340.38330.5310
Hunter Lab76.5855-35.339046.2782
CIE-Lab81.1007-36.671378.8016

#aed90d color RGB value is (174,217,13).

#aed90d hex color red value is 174, green value is 217 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #aed90d hue: 0.20 , saturation: 0.89 and the lightness value of aed90d is 0.45.

The process color (four color CMYK) of #aed90d color hex is 0.20, 0.00, 0.94, 0.15. Web safe color of #aed90d is #99cc00. Color #aed90d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 00001101
Octal 256 331 15
Decimal 174 217 13
Hex AE D9 D

RGB Percentages of Color #aed90d

%43.07
%53.71
%3.22

CMYK Percentages of Color #aed90d

%20
%0
%94
%15

Triadic Colors of #aed90d

#aed90d #0daed9 #d90dae

Analogous Colors of #aed90d

#aed90d #48d90d #d99e0d

Monochromatic Colors of #aed90d

#aed90d

Complementary Color

#aed90d #380dd9

#aed90d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed90d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed90d Color CSS Codes

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

#aed90d Text Font Color

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

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


#aed90d Background Color

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

This div background color is #aed90d


#aed90d Border Color

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

This div border color is #aed90d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed90d


Comments

No comments written yet.

Please login to write comment.