Color Hex Logo

#aeb149 Color Hex

#AEB149
(174,177,73)
0 Favorites   0 Comments

Color spaces of #aeb149

RGB 17417773
HSL0.170.420.49
HSV62°59°69°
CMYK 0.020.000.59   0.31
XYZ34.380340.924012.3904
Yxy40.92400.39200.4667
Hunter Lab63.9719-16.019833.2967
CIE-Lab70.1226-14.963751.5692

#aeb149 color RGB value is (174,177,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 01001001
Octal 256 261 111
Decimal 174 177 73
Hex AE B1 49

RGB Percentages of Color #aeb149

%41.04
%41.75
%17.22

CMYK Percentages of Color #aeb149

%2
%0
%59
%31

Triadic Colors of #aeb149

#aeb149 #49aeb1 #b149ae

Analogous Colors of #aeb149

#aeb149 #7ab149 #b18049

Monochromatic Colors of #aeb149

#aeb149

Complementary Color

#aeb149 #4c49b1

#aeb149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb149 Color CSS Codes

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

#aeb149 Text Font Color

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

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


#aeb149 Background Color

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

This div background color is #aeb149


#aeb149 Border Color

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

This div border color is #aeb149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb149


Comments

No comments written yet.

Please login to write comment.