Color Hex Logo

#aeb150 Color Hex

#AEB150
(174,177,80)
0 Favorites   0 Comments

Color spaces of #aeb150

RGB 17417780
HSL0.170.380.50
HSV62°55°69°
CMYK 0.020.000.55   0.31
XYZ34.625741.022113.6825
Yxy41.02210.38760.4592
Hunter Lab64.0485-15.584832.1680
CIE-Lab70.1914-14.414548.4295

#aeb150 color RGB value is (174,177,80).

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

The process color (four color CMYK) of #aeb150 color hex is 0.02, 0.00, 0.55, 0.31. Web safe color of #aeb150 is #999966. Color #aeb150 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 01010000
Octal 256 261 120
Decimal 174 177 80
Hex AE B1 50

RGB Percentages of Color #aeb150

%40.37
%41.07
%18.56

CMYK Percentages of Color #aeb150

%2
%0
%55
%31

Triadic Colors of #aeb150

#aeb150 #50aeb1 #b150ae

Analogous Colors of #aeb150

#aeb150 #7eb150 #b18450

Monochromatic Colors of #aeb150

#aeb150

Complementary Color

#aeb150 #5350b1

#aeb150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb150 Color CSS Codes

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

#aeb150 Text Font Color

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

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


#aeb150 Background Color

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

This div background color is #aeb150


#aeb150 Border Color

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

This div border color is #aeb150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb150


Comments

No comments written yet.

Please login to write comment.