Color Hex Logo

#aeb784 Color Hex

#AEB784
(174,183,132)
0 Favorites   0 Comments

Color spaces of #aeb784

RGB 174183132
HSL0.200.260.62
HSV71°28°72°
CMYK 0.050.000.28   0.28
XYZ38.553944.531628.3932
Yxy44.53160.34580.3995
Hunter Lab66.7320-13.654021.4856
CIE-Lab72.5824-11.697224.9526

#aeb784 color RGB value is (174,183,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 10000100
Octal 256 267 204
Decimal 174 183 132
Hex AE B7 84

RGB Percentages of Color #aeb784

%35.58
%37.42
%26.99

CMYK Percentages of Color #aeb784

%5
%0
%28
%28

Triadic Colors of #aeb784

#aeb784 #84aeb7 #b784ae

Analogous Colors of #aeb784

#aeb784 #95b784 #b7a784

Monochromatic Colors of #aeb784

#aeb784

Complementary Color

#aeb784 #8d84b7

#aeb784 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb784 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb784 Color CSS Codes

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

#aeb784 Text Font Color

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

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


#aeb784 Background Color

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

This div background color is #aeb784


#aeb784 Border Color

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

This div border color is #aeb784


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb784


Comments

No comments written yet.

Please login to write comment.