Color Hex Logo

#aec01f Color Hex

#AEC01F
(174,192,31)
0 Favorites   0 Comments

Color spaces of #aec01f

RGB 17419231
HSL0.190.720.44
HSV67°84°75°
CMYK 0.090.000.84   0.25
XYZ36.552546.79698.4025
Yxy46.79690.39840.5100
Hunter Lab68.4083-24.336840.6033
CIE-Lab74.0597-24.583570.1263

#aec01f color RGB value is (174,192,31).

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

The process color (four color CMYK) of #aec01f color hex is 0.09, 0.00, 0.84, 0.25. Web safe color of #aec01f is #99cc33. Color #aec01f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000000 00011111
Octal 256 300 37
Decimal 174 192 31
Hex AE C0 1F

RGB Percentages of Color #aec01f

%43.83
%48.36
%7.81

CMYK Percentages of Color #aec01f

%9
%0
%84
%25

Triadic Colors of #aec01f

#aec01f #1faec0 #c01fae

Analogous Colors of #aec01f

#aec01f #5ec01f #c0821f

Monochromatic Colors of #aec01f

#aec01f

Complementary Color

#aec01f #311fc0

#aec01f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec01f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec01f Color CSS Codes

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

#aec01f Text Font Color

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

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


#aec01f Background Color

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

This div background color is #aec01f


#aec01f Border Color

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

This div border color is #aec01f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec01f


Comments

No comments written yet.

Please login to write comment.