Color Hex Logo

#aeba7f Color Hex

#AEBA7F
(174,186,127)
0 Favorites   0 Comments

Color spaces of #aeba7f

RGB 174186127
HSL0.200.300.61
HSV72°32°73°
CMYK 0.060.000.32   0.27
XYZ38.845245.648826.8424
Yxy45.64880.34890.4100
Hunter Lab67.5639-15.610023.7395
CIE-Lab73.3171-13.934028.5893

#aeba7f color RGB value is (174,186,127).

#aeba7f hex color red value is 174, green value is 186 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aeba7f hue: 0.20 , saturation: 0.30 and the lightness value of aeba7f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 01111111
Octal 256 272 177
Decimal 174 186 127
Hex AE BA 7F

RGB Percentages of Color #aeba7f

%35.73
%38.19
%26.08

CMYK Percentages of Color #aeba7f

%6
%0
%32
%27

Triadic Colors of #aeba7f

#aeba7f #7faeba #ba7fae

Analogous Colors of #aeba7f

#aeba7f #91ba7f #baa97f

Monochromatic Colors of #aeba7f

#aeba7f

Complementary Color

#aeba7f #8b7fba

#aeba7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba7f Color CSS Codes

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

#aeba7f Text Font Color

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

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


#aeba7f Background Color

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

This div background color is #aeba7f


#aeba7f Border Color

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

This div border color is #aeba7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba7f


Comments

No comments written yet.

Please login to write comment.