Color Hex Logo

#aeb41f Color Hex

#AEB41F
(174,180,31)
0 Favorites   0 Comments

Color spaces of #aeb41f

RGB 17418031
HSL0.170.710.41
HSV62°83°71°
CMYK 0.030.000.83   0.29
XYZ34.024141.74017.5597
Yxy41.74010.40830.5009
Hunter Lab64.6066-19.057138.2870
CIE-Lab70.6914-18.649767.2667

#aeb41f color RGB value is (174,180,31).

#aeb41f hex color red value is 174, green value is 180 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #aeb41f hue: 0.17 , saturation: 0.71 and the lightness value of aeb41f is 0.41.

The process color (four color CMYK) of #aeb41f color hex is 0.03, 0.00, 0.83, 0.29. Web safe color of #aeb41f is #99cc33. Color #aeb41f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 00011111
Octal 256 264 37
Decimal 174 180 31
Hex AE B4 1F

RGB Percentages of Color #aeb41f

%45.19
%46.75
%8.05

CMYK Percentages of Color #aeb41f

%3
%0
%83
%29

Triadic Colors of #aeb41f

#aeb41f #1faeb4 #b41fae

Analogous Colors of #aeb41f

#aeb41f #63b41f #b4701f

Monochromatic Colors of #aeb41f

#aeb41f

Complementary Color

#aeb41f #251fb4

#aeb41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb41f Color CSS Codes

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

#aeb41f Text Font Color

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

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


#aeb41f Background Color

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

This div background color is #aeb41f


#aeb41f Border Color

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

This div border color is #aeb41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb41f


Comments

No comments written yet.

Please login to write comment.