Color Hex Logo

#aeb57d Color Hex

#AEB57D
(174,181,125)
0 Favorites   0 Comments

Color spaces of #aeb57d

RGB 174181125
HSL0.190.270.60
HSV68°31°71°
CMYK 0.040.000.31   0.29
XYZ37.681143.527125.8176
Yxy43.52710.35210.4067
Hunter Lab65.9751-13.507622.9810
CIE-Lab71.9113-11.618827.7822

#aeb57d color RGB value is (174,181,125).

#aeb57d hex color red value is 174, green value is 181 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #aeb57d hue: 0.19 , saturation: 0.27 and the lightness value of aeb57d is 0.60.

The process color (four color CMYK) of #aeb57d color hex is 0.04, 0.00, 0.31, 0.29. Web safe color of #aeb57d is #99cc66. Color #aeb57d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110101 01111101
Octal 256 265 175
Decimal 174 181 125
Hex AE B5 7D

RGB Percentages of Color #aeb57d

%36.25
%37.71
%26.04

CMYK Percentages of Color #aeb57d

%4
%0
%31
%29

Triadic Colors of #aeb57d

#aeb57d #7daeb5 #b57dae

Analogous Colors of #aeb57d

#aeb57d #92b57d #b5a07d

Monochromatic Colors of #aeb57d

#aeb57d

Complementary Color

#aeb57d #847db5

#aeb57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb57d Color CSS Codes

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

#aeb57d Text Font Color

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

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


#aeb57d Background Color

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

This div background color is #aeb57d


#aeb57d Border Color

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

This div border color is #aeb57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb57d


Comments

No comments written yet.

Please login to write comment.