Color Hex Logo

#aeb11a Color Hex

#AEB11A
(174,177,26)
0 Favorites   0 Comments

Color spaces of #aeb11a

RGB 17417726
HSL0.170.740.40
HSV61°85°69°
CMYK 0.020.000.85   0.31
XYZ33.364240.51757.0395
Yxy40.51750.41230.5007
Hunter Lab63.6534-17.831838.0004
CIE-Lab69.8365-17.275467.7233

#aeb11a color RGB value is (174,177,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 00011010
Octal 256 261 32
Decimal 174 177 26
Hex AE B1 1A

RGB Percentages of Color #aeb11a

%46.15
%46.95
%6.90

CMYK Percentages of Color #aeb11a

%2
%0
%85
%31

Triadic Colors of #aeb11a

#aeb11a #1aaeb1 #b11aae

Analogous Colors of #aeb11a

#aeb11a #62b11a #b1691a

Monochromatic Colors of #aeb11a

#aeb11a

Complementary Color

#aeb11a #1d1ab1

#aeb11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb11a Color CSS Codes

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

#aeb11a Text Font Color

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

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


#aeb11a Background Color

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

This div background color is #aeb11a


#aeb11a Border Color

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

This div border color is #aeb11a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb11a


Comments

No comments written yet.

Please login to write comment.