Color Hex Logo

#aeb971 Color Hex

#AEB971
(174,185,113)
0 Favorites   0 Comments

Color spaces of #aeb971

RGB 174185113
HSL0.190.340.58
HSV69°39°73°
CMYK 0.060.000.39   0.27
XYZ37.785244.888822.2957
Yxy44.88880.36000.4276
Hunter Lab66.9991-16.580527.1691
CIE-Lab72.8186-15.191835.2528

#aeb971 color RGB value is (174,185,113).

#aeb971 hex color red value is 174, green value is 185 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #aeb971 hue: 0.19 , saturation: 0.34 and the lightness value of aeb971 is 0.58.

The process color (four color CMYK) of #aeb971 color hex is 0.06, 0.00, 0.39, 0.27. Web safe color of #aeb971 is #99cc66. Color #aeb971 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 01110001
Octal 256 271 161
Decimal 174 185 113
Hex AE B9 71

RGB Percentages of Color #aeb971

%36.86
%39.19
%23.94

CMYK Percentages of Color #aeb971

%6
%0
%39
%27

Triadic Colors of #aeb971

#aeb971 #71aeb9 #b971ae

Analogous Colors of #aeb971

#aeb971 #8ab971 #b9a071

Monochromatic Colors of #aeb971

#aeb971

Complementary Color

#aeb971 #7c71b9

#aeb971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb971 Color CSS Codes

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

#aeb971 Text Font Color

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

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


#aeb971 Background Color

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

This div background color is #aeb971


#aeb971 Border Color

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

This div border color is #aeb971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb971


Comments

No comments written yet.

Please login to write comment.