Color Hex Logo

#aeb791 Color Hex

#AEB791
(174,183,145)
0 Favorites   0 Comments

Color spaces of #aeb791

RGB 174183145
HSL0.210.210.64
HSV74°21°72°
CMYK 0.050.000.21   0.28
XYZ39.499944.910033.3747
Yxy44.91000.33540.3813
Hunter Lab67.0149-12.064717.3829
CIE-Lab72.8326-9.772818.3102

#aeb791 color RGB value is (174,183,145).

#aeb791 hex color red value is 174, green value is 183 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #aeb791 hue: 0.21 , saturation: 0.21 and the lightness value of aeb791 is 0.64.

The process color (four color CMYK) of #aeb791 color hex is 0.05, 0.00, 0.21, 0.28. Web safe color of #aeb791 is #99cc99. Color #aeb791 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 10010001
Octal 256 267 221
Decimal 174 183 145
Hex AE B7 91

RGB Percentages of Color #aeb791

%34.66
%36.45
%28.88

CMYK Percentages of Color #aeb791

%5
%0
%21
%28

Triadic Colors of #aeb791

#aeb791 #91aeb7 #b791ae

Analogous Colors of #aeb791

#aeb791 #9bb791 #b7ad91

Monochromatic Colors of #aeb791

#aeb791

Complementary Color

#aeb791 #9a91b7

#aeb791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb791 Color CSS Codes

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

#aeb791 Text Font Color

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

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


#aeb791 Background Color

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

This div background color is #aeb791


#aeb791 Border Color

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

This div border color is #aeb791


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb791


Comments

No comments written yet.

Please login to write comment.