Color Hex Logo

#aeba6b Color Hex

#AEBA6B
(174,186,107)
0 Favorites   0 Comments

Color spaces of #aeba6b

RGB 174186107
HSL0.190.360.57
HSV69°42°73°
CMYK 0.060.000.42   0.27
XYZ37.668345.178020.6448
Yxy45.17800.36400.4365
Hunter Lab67.2146-17.590828.8394
CIE-Lab73.0089-16.391738.5654

#aeba6b color RGB value is (174,186,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 01101011
Octal 256 272 153
Decimal 174 186 107
Hex AE BA 6B

RGB Percentages of Color #aeba6b

%37.26
%39.83
%22.91

CMYK Percentages of Color #aeba6b

%6
%0
%42
%27

Triadic Colors of #aeba6b

#aeba6b #6baeba #ba6bae

Analogous Colors of #aeba6b

#aeba6b #87ba6b #ba9f6b

Monochromatic Colors of #aeba6b

#aeba6b

Complementary Color

#aeba6b #776bba

#aeba6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba6b Color CSS Codes

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

#aeba6b Text Font Color

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

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


#aeba6b Background Color

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

This div background color is #aeba6b


#aeba6b Border Color

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

This div border color is #aeba6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba6b


Comments

No comments written yet.

Please login to write comment.