Color Hex Logo

#aeb42f Color Hex

#AEB42F
(174,180,47)
0 Favorites   0 Comments

Color spaces of #aeb42f

RGB 17418047
HSL0.170.590.45
HSV63°74°71°
CMYK 0.030.000.74   0.29
XYZ34.289941.84648.9592
Yxy41.84640.40300.4918
Hunter Lab64.6888-18.587037.0707
CIE-Lab70.7649-18.044662.6052

#aeb42f color RGB value is (174,180,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 00101111
Octal 256 264 57
Decimal 174 180 47
Hex AE B4 2F

RGB Percentages of Color #aeb42f

%43.39
%44.89
%11.72

CMYK Percentages of Color #aeb42f

%3
%0
%74
%29

Triadic Colors of #aeb42f

#aeb42f #2faeb4 #b42fae

Analogous Colors of #aeb42f

#aeb42f #6cb42f #b4782f

Monochromatic Colors of #aeb42f

#aeb42f

Complementary Color

#aeb42f #352fb4

#aeb42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb42f Color CSS Codes

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

#aeb42f Text Font Color

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

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


#aeb42f Background Color

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

This div background color is #aeb42f


#aeb42f Border Color

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

This div border color is #aeb42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb42f


Comments

No comments written yet.

Please login to write comment.