Color Hex Logo

#aeb972 Color Hex

#AEB972
(174,185,114)
0 Favorites   0 Comments

Color spaces of #aeb972

RGB 174185114
HSL0.190.340.59
HSV69°38°73°
CMYK 0.060.000.38   0.27
XYZ37.841844.911522.5939
Yxy44.91150.35920.4263
Hunter Lab67.0160-16.484926.9221
CIE-Lab72.8336-15.072834.7554

#aeb972 color RGB value is (174,185,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 01110010
Octal 256 271 162
Decimal 174 185 114
Hex AE B9 72

RGB Percentages of Color #aeb972

%36.79
%39.11
%24.10

CMYK Percentages of Color #aeb972

%6
%0
%38
%27

Triadic Colors of #aeb972

#aeb972 #72aeb9 #b972ae

Analogous Colors of #aeb972

#aeb972 #8bb972 #b9a172

Monochromatic Colors of #aeb972

#aeb972

Complementary Color

#aeb972 #7d72b9

#aeb972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb972 Color CSS Codes

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

#aeb972 Text Font Color

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

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


#aeb972 Background Color

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

This div background color is #aeb972


#aeb972 Border Color

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

This div border color is #aeb972


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,185,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 #aeb972">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb972


Comments

No comments written yet.

Please login to write comment.