Color Hex Logo

#aeb122 Color Hex

#AEB122
(174,177,34)
0 Favorites   0 Comments

Color spaces of #aeb122

RGB 17417734
HSL0.170.680.41
HSV61°81°69°
CMYK 0.020.000.81   0.31
XYZ33.466440.55847.5781
Yxy40.55840.41010.4970
Hunter Lab63.6855-17.648737.5248
CIE-Lab69.8654-17.040065.7760

#aeb122 color RGB value is (174,177,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 00100010
Octal 256 261 42
Decimal 174 177 34
Hex AE B1 22

RGB Percentages of Color #aeb122

%45.19
%45.97
%8.83

CMYK Percentages of Color #aeb122

%2
%0
%81
%31

Triadic Colors of #aeb122

#aeb122 #22aeb1 #b122ae

Analogous Colors of #aeb122

#aeb122 #67b122 #b16d22

Monochromatic Colors of #aeb122

#aeb122

Complementary Color

#aeb122 #2522b1

#aeb122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb122 Color CSS Codes

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

#aeb122 Text Font Color

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

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


#aeb122 Background Color

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

This div background color is #aeb122


#aeb122 Border Color

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

This div border color is #aeb122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb122


Comments

No comments written yet.

Please login to write comment.