color codes Logo

#aeea2c color codes

#AEEA2C
(174,234,44)
0 Favorites   0 Comments

Color spaces of #aeea2c

RGB 17423444
HSL0.220.820.55
HSV79°81°92°
CMYK 0.260.000.81   0.08
XYZ47.333068.026213.0185
Yxy68.02620.36870.5299
Hunter Lab82.4780-41.897848.3761
CIE-Lab86.0195-43.420177.3669

#aeea2c color RGB value is (174,234,44).

#aeea2c hex color red value is 174, green value is 234 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #aeea2c hue: 0.22 , saturation: 0.82 and the lightness value of aeea2c is 0.55.

The process color (four color CMYK) of #aeea2c color code is 0.26, 0.00, 0.81, 0.08. Web safe color of #aeea2c is #99ff33. Color #aeea2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 00101100
Octal 256 352 54
Decimal 174 234 44
Hex AE EA 2C

RGB Percentages of Color #aeea2c

%38.50
%51.77
%9.73

CMYK Percentages of Color #aeea2c

%26
%0
%81
%8

Triadic Colors of #aeea2c

#aeea2c #2caeea #ea2cae

Analogous Colors of #aeea2c

#aeea2c #4fea2c #eac72c

Monochromatic Colors of #aeea2c

#aeea2c

Complementary Color

#aeea2c #682cea

#aeea2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea2c Color CSS Codes

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

#aeea2c Text Font Color

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

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


#aeea2c Background Color

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

This div background color is #aeea2c


#aeea2c Border Color

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

This div border color is #aeea2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea2c


Comments

No comments written yet.

Please login to write comment.