Color Hex Logo

#aeb782 Color Hex

#AEB782
(174,183,130)
0 Favorites   0 Comments

Color spaces of #aeb782

RGB 174183130
HSL0.190.270.61
HSV70°29°72°
CMYK 0.050.000.29   0.28
XYZ38.418344.477327.6792
Yxy44.47730.34740.4022
Hunter Lab66.6913-13.882822.0765
CIE-Lab72.5464-11.976425.9707

#aeb782 color RGB value is (174,183,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 10000010
Octal 256 267 202
Decimal 174 183 130
Hex AE B7 82

RGB Percentages of Color #aeb782

%35.73
%37.58
%26.69

CMYK Percentages of Color #aeb782

%5
%0
%29
%28

Triadic Colors of #aeb782

#aeb782 #82aeb7 #b782ae

Analogous Colors of #aeb782

#aeb782 #94b782 #b7a682

Monochromatic Colors of #aeb782

#aeb782

Complementary Color

#aeb782 #8b82b7

#aeb782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb782 Color CSS Codes

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

#aeb782 Text Font Color

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

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


#aeb782 Background Color

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

This div background color is #aeb782


#aeb782 Border Color

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

This div border color is #aeb782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb782


Comments

No comments written yet.

Please login to write comment.