Color Hex Logo

#aeb786 Color Hex

#AEB786
(174,183,134)
0 Favorites   0 Comments

Color spaces of #aeb786

RGB 174183134
HSL0.200.250.62
HSV71°27°72°
CMYK 0.050.000.27   0.28
XYZ38.692144.586929.1211
Yxy44.58690.34420.3967
Hunter Lab66.7734-13.421020.8840
CIE-Lab72.6190-11.413523.9331

#aeb786 color RGB value is (174,183,134).

#aeb786 hex color red value is 174, green value is 183 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #aeb786 hue: 0.20 , saturation: 0.25 and the lightness value of aeb786 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 10000110
Octal 256 267 206
Decimal 174 183 134
Hex AE B7 86

RGB Percentages of Color #aeb786

%35.44
%37.27
%27.29

CMYK Percentages of Color #aeb786

%5
%0
%27
%28

Triadic Colors of #aeb786

#aeb786 #86aeb7 #b786ae

Analogous Colors of #aeb786

#aeb786 #96b786 #b7a886

Monochromatic Colors of #aeb786

#aeb786

Complementary Color

#aeb786 #8f86b7

#aeb786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb786 Color CSS Codes

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

#aeb786 Text Font Color

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

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


#aeb786 Background Color

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

This div background color is #aeb786


#aeb786 Border Color

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

This div border color is #aeb786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb786


Comments

No comments written yet.

Please login to write comment.