Color Hex Logo

#aeb683 Color Hex

#AEB683
(174,182,131)
0 Favorites   0 Comments

Color spaces of #aeb683

RGB 174182131
HSL0.190.260.61
HSV69°28°71°
CMYK 0.040.000.28   0.29
XYZ38.280244.093327.9660
Yxy44.09330.34690.3996
Hunter Lab66.4028-13.302321.5116
CIE-Lab72.2908-11.318325.0940

#aeb683 color RGB value is (174,182,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 10000011
Octal 256 266 203
Decimal 174 182 131
Hex AE B6 83

RGB Percentages of Color #aeb683

%35.73
%37.37
%26.90

CMYK Percentages of Color #aeb683

%4
%0
%28
%29

Triadic Colors of #aeb683

#aeb683 #83aeb6 #b683ae

Analogous Colors of #aeb683

#aeb683 #95b683 #b6a583

Monochromatic Colors of #aeb683

#aeb683

Complementary Color

#aeb683 #8b83b6

#aeb683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb683 Color CSS Codes

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

#aeb683 Text Font Color

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

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


#aeb683 Background Color

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

This div background color is #aeb683


#aeb683 Border Color

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

This div border color is #aeb683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb683


Comments

No comments written yet.

Please login to write comment.