Color Hex Logo

#aeb572 Color Hex

#AEB572
(174,181,114)
0 Favorites   0 Comments

Color spaces of #aeb572

RGB 174181114
HSL0.180.310.58
HSV66°37°71°
CMYK 0.040.000.37   0.29
XYZ37.016743.261322.3189
Yxy43.26130.36080.4217
Hunter Lab65.7733-14.644925.9224
CIE-Lab71.7320-13.017533.3384

#aeb572 color RGB value is (174,181,114).

#aeb572 hex color red value is 174, green value is 181 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #aeb572 hue: 0.18 , saturation: 0.31 and the lightness value of aeb572 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110101 01110010
Octal 256 265 162
Decimal 174 181 114
Hex AE B5 72

RGB Percentages of Color #aeb572

%37.10
%38.59
%24.31

CMYK Percentages of Color #aeb572

%4
%0
%37
%29

Triadic Colors of #aeb572

#aeb572 #72aeb5 #b572ae

Analogous Colors of #aeb572

#aeb572 #8db572 #b59b72

Monochromatic Colors of #aeb572

#aeb572

Complementary Color

#aeb572 #7972b5

#aeb572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb572 Color CSS Codes

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

#aeb572 Text Font Color

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

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


#aeb572 Background Color

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

This div background color is #aeb572


#aeb572 Border Color

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

This div border color is #aeb572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb572


Comments

No comments written yet.

Please login to write comment.