Color Hex Logo

#aeb983 Color Hex

#AEB983
(174,185,131)
0 Favorites   0 Comments

Color spaces of #aeb983

RGB 174185131
HSL0.200.280.62
HSV72°29°73°
CMYK 0.060.000.29   0.27
XYZ38.901345.335328.1730
Yxy45.33530.34610.4033
Hunter Lab67.3315-14.700322.3238
CIE-Lab73.1121-12.872126.1971

#aeb983 color RGB value is (174,185,131).

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

The process color (four color CMYK) of #aeb983 color hex is 0.06, 0.00, 0.29, 0.27. Web safe color of #aeb983 is #99cc99. Color #aeb983 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 10000011
Octal 256 271 203
Decimal 174 185 131
Hex AE B9 83

RGB Percentages of Color #aeb983

%35.51
%37.76
%26.73

CMYK Percentages of Color #aeb983

%6
%0
%29
%27

Triadic Colors of #aeb983

#aeb983 #83aeb9 #b983ae

Analogous Colors of #aeb983

#aeb983 #93b983 #b9a983

Monochromatic Colors of #aeb983

#aeb983

Complementary Color

#aeb983 #8e83b9

#aeb983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb983 Color CSS Codes

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

#aeb983 Text Font Color

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

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


#aeb983 Background Color

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

This div background color is #aeb983


#aeb983 Border Color

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

This div border color is #aeb983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb983


Comments

No comments written yet.

Please login to write comment.