Color Hex Logo

#aeb12f Color Hex

#AEB12F
(174,177,47)
0 Favorites   0 Comments

Color spaces of #aeb12f

RGB 17417747
HSL0.170.580.44
HSV61°73°69°
CMYK 0.020.000.73   0.31
XYZ33.690840.64828.7595
Yxy40.64820.40540.4892
Hunter Lab63.7559-17.247436.4832
CIE-Lab69.9287-16.525661.8148

#aeb12f color RGB value is (174,177,47).

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

The process color (four color CMYK) of #aeb12f color hex is 0.02, 0.00, 0.73, 0.31. Web safe color of #aeb12f is #999933. Color #aeb12f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 00101111
Octal 256 261 57
Decimal 174 177 47
Hex AE B1 2F

RGB Percentages of Color #aeb12f

%43.72
%44.47
%11.81

CMYK Percentages of Color #aeb12f

%2
%0
%73
%31

Triadic Colors of #aeb12f

#aeb12f #2faeb1 #b12fae

Analogous Colors of #aeb12f

#aeb12f #6db12f #b1732f

Monochromatic Colors of #aeb12f

#aeb12f

Complementary Color

#aeb12f #322fb1

#aeb12f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb12f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb12f Color CSS Codes

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

#aeb12f Text Font Color

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

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


#aeb12f Background Color

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

This div background color is #aeb12f


#aeb12f Border Color

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

This div border color is #aeb12f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb12f


Comments

No comments written yet.

Please login to write comment.