Color Hex Logo

#aeba6f Color Hex

#AEBA6F
(174,186,111)
0 Favorites   0 Comments

Color spaces of #aeba6f

RGB 174186111
HSL0.190.350.58
HSV70°40°73°
CMYK 0.060.000.40   0.27
XYZ37.883745.264221.7791
Yxy45.26420.36100.4314
Hunter Lab67.2787-17.226827.9020
CIE-Lab73.0655-15.936836.5961

#aeba6f color RGB value is (174,186,111).

#aeba6f hex color red value is 174, green value is 186 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aeba6f hue: 0.19 , saturation: 0.35 and the lightness value of aeba6f is 0.58.

The process color (four color CMYK) of #aeba6f color hex is 0.06, 0.00, 0.40, 0.27. Web safe color of #aeba6f is #99cc66. Color #aeba6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 01101111
Octal 256 272 157
Decimal 174 186 111
Hex AE BA 6F

RGB Percentages of Color #aeba6f

%36.94
%39.49
%23.57

CMYK Percentages of Color #aeba6f

%6
%0
%40
%27

Triadic Colors of #aeba6f

#aeba6f #6faeba #ba6fae

Analogous Colors of #aeba6f

#aeba6f #89ba6f #baa16f

Monochromatic Colors of #aeba6f

#aeba6f

Complementary Color

#aeba6f #7b6fba

#aeba6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba6f Color CSS Codes

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

#aeba6f Text Font Color

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

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


#aeba6f Background Color

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

This div background color is #aeba6f


#aeba6f Border Color

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

This div border color is #aeba6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba6f


Comments

No comments written yet.

Please login to write comment.