Color Hex Logo

#aeb772 Color Hex

#AEB772
(174,183,114)
0 Favorites   0 Comments

Color spaces of #aeb772

RGB 174183114
HSL0.190.320.58
HSV68°38°72°
CMYK 0.050.000.38   0.28
XYZ37.426344.080522.4554
Yxy44.08050.36000.4240
Hunter Lab66.3931-15.566326.4222
CIE-Lab72.2823-14.047734.0473

#aeb772 color RGB value is (174,183,114).

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

The process color (four color CMYK) of #aeb772 color hex is 0.05, 0.00, 0.38, 0.28. Web safe color of #aeb772 is #99cc66. Color #aeb772 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 01110010
Octal 256 267 162
Decimal 174 183 114
Hex AE B7 72

RGB Percentages of Color #aeb772

%36.94
%38.85
%24.20

CMYK Percentages of Color #aeb772

%5
%0
%38
%28

Triadic Colors of #aeb772

#aeb772 #72aeb7 #b772ae

Analogous Colors of #aeb772

#aeb772 #8cb772 #b79e72

Monochromatic Colors of #aeb772

#aeb772

Complementary Color

#aeb772 #7b72b7

#aeb772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb772 Color CSS Codes

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

#aeb772 Text Font Color

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

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


#aeb772 Background Color

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

This div background color is #aeb772


#aeb772 Border Color

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

This div border color is #aeb772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb772


Comments

No comments written yet.

Please login to write comment.