Color Hex Logo

#aec61f Color Hex

#AEC61F
(174,198,31)
0 Favorites   0 Comments

Color spaces of #aec61f

RGB 17419831
HSL0.190.730.45
HSV69°84°78°
CMYK 0.120.000.84   0.22
XYZ37.897049.48588.8507
Yxy49.48580.39380.5142
Hunter Lab70.3461-26.943941.7826
CIE-Lab75.7526-27.475971.5572

#aec61f color RGB value is (174,198,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000110 00011111
Octal 256 306 37
Decimal 174 198 31
Hex AE C6 1F

RGB Percentages of Color #aec61f

%43.18
%49.13
%7.69

CMYK Percentages of Color #aec61f

%12
%0
%84
%22

Triadic Colors of #aec61f

#aec61f #1faec6 #c61fae

Analogous Colors of #aec61f

#aec61f #5bc61f #c68b1f

Monochromatic Colors of #aec61f

#aec61f

Complementary Color

#aec61f #371fc6

#aec61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec61f Color CSS Codes

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

#aec61f Text Font Color

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

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


#aec61f Background Color

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

This div background color is #aec61f


#aec61f Border Color

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

This div border color is #aec61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec61f


Comments

No comments written yet.

Please login to write comment.