Color Hex Logo

#aec61e Color Hex

#AEC61E
(174,198,30)
0 Favorites   0 Comments

Color spaces of #aec61e

RGB 17419830
HSL0.190.740.45
HSV69°85°78°
CMYK 0.120.000.85   0.22
XYZ37.884049.48068.7823
Yxy49.48060.39400.5146
Hunter Lab70.3424-26.965441.8373
CIE-Lab75.7493-27.504171.7755

#aec61e color RGB value is (174,198,30).

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

The process color (four color CMYK) of #aec61e color hex is 0.12, 0.00, 0.85, 0.22. Web safe color of #aec61e is #99cc33. Color #aec61e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000110 00011110
Octal 256 306 36
Decimal 174 198 30
Hex AE C6 1E

RGB Percentages of Color #aec61e

%43.28
%49.25
%7.46

CMYK Percentages of Color #aec61e

%12
%0
%85
%22

Triadic Colors of #aec61e

#aec61e #1eaec6 #c61eae

Analogous Colors of #aec61e

#aec61e #5ac61e #c68a1e

Monochromatic Colors of #aec61e

#aec61e

Complementary Color

#aec61e #361ec6

#aec61e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec61e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec61e Color CSS Codes

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

#aec61e Text Font Color

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

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


#aec61e Background Color

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

This div background color is #aec61e


#aec61e Border Color

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

This div border color is #aec61e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,198,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 #aec61e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec61e


Comments

No comments written yet.

Please login to write comment.