Color Hex Logo

#aeb591 Color Hex

#AEB591
(174,181,145)
0 Favorites   0 Comments

Color spaces of #aeb591

RGB 174181145
HSL0.200.200.64
HSV72°20°71°
CMYK 0.040.000.20   0.29
XYZ39.090344.090833.2382
Yxy44.09080.33580.3787
Hunter Lab66.4009-11.118416.8019
CIE-Lab72.2891-8.724617.5573

#aeb591 color RGB value is (174,181,145).

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

The process color (four color CMYK) of #aeb591 color hex is 0.04, 0.00, 0.20, 0.29. Web safe color of #aeb591 is #99cc99. Color #aeb591 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110101 10010001
Octal 256 265 221
Decimal 174 181 145
Hex AE B5 91

RGB Percentages of Color #aeb591

%34.80
%36.20
%29.00

CMYK Percentages of Color #aeb591

%4
%0
%20
%29

Triadic Colors of #aeb591

#aeb591 #91aeb5 #b591ae

Analogous Colors of #aeb591

#aeb591 #9cb591 #b5aa91

Monochromatic Colors of #aeb591

#aeb591

Complementary Color

#aeb591 #9891b5

#aeb591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb591 Color CSS Codes

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

#aeb591 Text Font Color

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

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


#aeb591 Background Color

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

This div background color is #aeb591


#aeb591 Border Color

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

This div border color is #aeb591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb591


Comments

No comments written yet.

Please login to write comment.