Color Hex Logo

#aeb159 Color Hex

#AEB159
(174,177,89)
0 Favorites   0 Comments

Color spaces of #aeb159

RGB 17417789
HSL0.170.360.52
HSV62°50°69°
CMYK 0.020.000.50   0.31
XYZ34.980941.164215.5530
Yxy41.16420.38150.4489
Hunter Lab64.1593-14.957230.5389
CIE-Lab70.2908-13.626144.2295

#aeb159 color RGB value is (174,177,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 01011001
Octal 256 261 131
Decimal 174 177 89
Hex AE B1 59

RGB Percentages of Color #aeb159

%39.55
%40.23
%20.23

CMYK Percentages of Color #aeb159

%2
%0
%50
%31

Triadic Colors of #aeb159

#aeb159 #59aeb1 #b159ae

Analogous Colors of #aeb159

#aeb159 #82b159 #b18859

Monochromatic Colors of #aeb159

#aeb159

Complementary Color

#aeb159 #5c59b1

#aeb159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb159 Color CSS Codes

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

#aeb159 Text Font Color

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

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


#aeb159 Background Color

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

This div background color is #aeb159


#aeb159 Border Color

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

This div border color is #aeb159


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb159


Comments

No comments written yet.

Please login to write comment.