Color Hex Logo

#aee05d Color Hex

#AEE05D
(174,224,93)
0 Favorites   0 Comments

Color spaces of #aee05d

RGB 17422493
HSL0.230.680.62
HSV83°58°88°
CMYK 0.220.000.58   0.12
XYZ46.087063.100320.1065
Yxy63.10030.35650.4880
Hunter Lab79.4357-35.450340.5977
CIE-Lab83.4951-36.047657.6525

#aee05d color RGB value is (174,224,93).

#aee05d hex color red value is 174, green value is 224 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #aee05d hue: 0.23 , saturation: 0.68 and the lightness value of aee05d is 0.62.

The process color (four color CMYK) of #aee05d color hex is 0.22, 0.00, 0.58, 0.12. Web safe color of #aee05d is #99cc66. Color #aee05d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 01011101
Octal 256 340 135
Decimal 174 224 93
Hex AE E0 5D

RGB Percentages of Color #aee05d

%35.44
%45.62
%18.94

CMYK Percentages of Color #aee05d

%22
%0
%58
%12

Triadic Colors of #aee05d

#aee05d #5daee0 #e05dae

Analogous Colors of #aee05d

#aee05d #6de05d #e0d15d

Monochromatic Colors of #aee05d

#aee05d

Complementary Color

#aee05d #8f5de0

#aee05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee05d Color CSS Codes

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

#aee05d Text Font Color

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

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


#aee05d Background Color

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

This div background color is #aee05d


#aee05d Border Color

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

This div border color is #aee05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee05d


Comments

No comments written yet.

Please login to write comment.