Color Hex Logo

#aecc1e Color Hex

#AECC1E
(174,204,30)
0 Favorites   0 Comments

Color spaces of #aecc1e

RGB 17420430
HSL0.200.740.46
HSV70°85°80°
CMYK 0.150.000.85   0.20
XYZ39.282852.27819.2486
Yxy52.27810.38970.5186
Hunter Lab72.3036-29.551643.0285
CIE-Lab77.4468-30.346673.1991

#aecc1e color RGB value is (174,204,30).

#aecc1e hex color red value is 174, green value is 204 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #aecc1e hue: 0.20 , saturation: 0.74 and the lightness value of aecc1e is 0.46.

The process color (four color CMYK) of #aecc1e color hex is 0.15, 0.00, 0.85, 0.20. Web safe color of #aecc1e is #99cc33. Color #aecc1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 00011110
Octal 256 314 36
Decimal 174 204 30
Hex AE CC 1E

RGB Percentages of Color #aecc1e

%42.65
%50.00
%7.35

CMYK Percentages of Color #aecc1e

%15
%0
%85
%20

Triadic Colors of #aecc1e

#aecc1e #1eaecc #cc1eae

Analogous Colors of #aecc1e

#aecc1e #57cc1e #cc931e

Monochromatic Colors of #aecc1e

#aecc1e

Complementary Color

#aecc1e #3c1ecc

#aecc1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecc1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecc1e Color CSS Codes

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

#aecc1e Text Font Color

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

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


#aecc1e Background Color

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

This div background color is #aecc1e


#aecc1e Border Color

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

This div border color is #aecc1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecc1e


Comments

No comments written yet.

Please login to write comment.