Color Hex Logo

#aee10d Color Hex

#AEE10D
(174,225,13)
0 Favorites   0 Comments

Color spaces of #aee10d

RGB 17422513
HSL0.210.890.47
HSV74°94°88°
CMYK 0.230.000.94   0.12
XYZ44.453462.878210.1745
Yxy62.87820.37830.5351
Hunter Lab79.2958-38.700147.8995
CIE-Lab83.3783-40.240980.5846

#aee10d color RGB value is (174,225,13).

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

The process color (four color CMYK) of #aee10d color hex is 0.23, 0.00, 0.94, 0.12. Web safe color of #aee10d is #99cc00. Color #aee10d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 00001101
Octal 256 341 15
Decimal 174 225 13
Hex AE E1 D

RGB Percentages of Color #aee10d

%42.23
%54.61
%3.16

CMYK Percentages of Color #aee10d

%23
%0
%94
%12

Triadic Colors of #aee10d

#aee10d #0daee1 #e10dae

Analogous Colors of #aee10d

#aee10d #44e10d #e1aa0d

Monochromatic Colors of #aee10d

#aee10d

Complementary Color

#aee10d #400de1

#aee10d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee10d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee10d Color CSS Codes

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

#aee10d Text Font Color

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

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


#aee10d Background Color

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

This div background color is #aee10d


#aee10d Border Color

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

This div border color is #aee10d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee10d


Comments

No comments written yet.

Please login to write comment.