Color Hex Logo

#aeb157 Color Hex

#AEB157
(174,177,87)
0 Favorites   0 Comments

Color spaces of #aeb157

RGB 17417787
HSL0.170.370.52
HSV62°51°69°
CMYK 0.020.000.51   0.31
XYZ34.898041.131115.1166
Yxy41.13110.38290.4513
Hunter Lab64.1335-15.103630.9185
CIE-Lab70.2677-13.809645.1767

#aeb157 color RGB value is (174,177,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 01010111
Octal 256 261 127
Decimal 174 177 87
Hex AE B1 57

RGB Percentages of Color #aeb157

%39.73
%40.41
%19.86

CMYK Percentages of Color #aeb157

%2
%0
%51
%31

Triadic Colors of #aeb157

#aeb157 #57aeb1 #b157ae

Analogous Colors of #aeb157

#aeb157 #81b157 #b18757

Monochromatic Colors of #aeb157

#aeb157

Complementary Color

#aeb157 #5a57b1

#aeb157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb157 Color CSS Codes

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

#aeb157 Text Font Color

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

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


#aeb157 Background Color

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

This div background color is #aeb157


#aeb157 Border Color

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

This div border color is #aeb157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb157


Comments

No comments written yet.

Please login to write comment.