color codes Logo

#aee13d color codes

#AEE13D
(174,225,61)
0 Favorites   0 Comments

Color spaces of #aee13d

RGB 17422561
HSL0.220.730.56
HSV79°73°88°
CMYK 0.230.000.73   0.12
XYZ45.223163.186014.2275
Yxy63.18600.36880.5152
Hunter Lab79.4896-37.554945.0307
CIE-Lab83.5401-38.711570.1318

#aee13d color RGB value is (174,225,61).

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

The process color (four color CMYK) of #aee13d color code is 0.23, 0.00, 0.73, 0.12. Web safe color of #aee13d is #99cc33. Color #aee13d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100001 00111101
Octal 256 341 75
Decimal 174 225 61
Hex AE E1 3D

RGB Percentages of Color #aee13d

%37.83
%48.91
%13.26

CMYK Percentages of Color #aee13d

%23
%0
%73
%12

Triadic Colors of #aee13d

#aee13d #3daee1 #e13dae

Analogous Colors of #aee13d

#aee13d #5ce13d #e1c23d

Monochromatic Colors of #aee13d

#aee13d

Complementary Color

#aee13d #703de1

#aee13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee13d Color CSS Codes

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

#aee13d Text Font Color

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

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


#aee13d Background Color

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

This div background color is #aee13d


#aee13d Border Color

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

This div border color is #aee13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee13d


Comments

No comments written yet.

Please login to write comment.