Color Hex Logo

#aee61d Color Hex

#AEE61D
(174,230,29)
0 Favorites   0 Comments

Color spaces of #aee61d

RGB 17423029
HSL0.210.800.51
HSV77°87°90°
CMYK 0.240.000.87   0.10
XYZ45.974165.681011.4170
Yxy65.68100.37360.5337
Hunter Lab81.0438-40.568248.3782
CIE-Lab84.8334-42.137279.5401

#aee61d color RGB value is (174,230,29).

#aee61d hex color red value is 174, green value is 230 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #aee61d hue: 0.21 , saturation: 0.80 and the lightness value of aee61d is 0.51.

The process color (four color CMYK) of #aee61d color hex is 0.24, 0.00, 0.87, 0.10. Web safe color of #aee61d is #99ff33. Color #aee61d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100110 00011101
Octal 256 346 35
Decimal 174 230 29
Hex AE E6 1D

RGB Percentages of Color #aee61d

%40.18
%53.12
%6.70

CMYK Percentages of Color #aee61d

%24
%0
%87
%10

Triadic Colors of #aee61d

#aee61d #1daee6 #e61dae

Analogous Colors of #aee61d

#aee61d #4ae61d #e6ba1d

Monochromatic Colors of #aee61d

#aee61d

Complementary Color

#aee61d #551de6

#aee61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee61d Color CSS Codes

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

#aee61d Text Font Color

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

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


#aee61d Background Color

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

This div background color is #aee61d


#aee61d Border Color

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

This div border color is #aee61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee61d


Comments

No comments written yet.

Please login to write comment.