Color Hex Logo

#aebe8f Color Hex

#AEBE8F
(174,190,143)
0 Favorites   0 Comments

Color spaces of #aebe8f

RGB 174190143
HSL0.220.270.65
HSV80°25°75°
CMYK 0.080.000.25   0.25
XYZ40.826947.808833.0628
Yxy47.80880.33550.3928
Hunter Lab69.1439-15.604220.0498
CIE-Lab74.7042-13.707521.9585

#aebe8f color RGB value is (174,190,143).

#aebe8f hex color red value is 174, green value is 190 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aebe8f hue: 0.22 , saturation: 0.27 and the lightness value of aebe8f is 0.65.

The process color (four color CMYK) of #aebe8f color hex is 0.08, 0.00, 0.25, 0.25. Web safe color of #aebe8f is #99cc99. Color #aebe8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 10001111
Octal 256 276 217
Decimal 174 190 143
Hex AE BE 8F

RGB Percentages of Color #aebe8f

%34.32
%37.48
%28.21

CMYK Percentages of Color #aebe8f

%8
%0
%25
%25

Triadic Colors of #aebe8f

#aebe8f #8faebe #be8fae

Analogous Colors of #aebe8f

#aebe8f #97be8f #beb78f

Monochromatic Colors of #aebe8f

#aebe8f

Complementary Color

#aebe8f #9f8fbe

#aebe8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebe8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebe8f Color CSS Codes

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

#aebe8f Text Font Color

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

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


#aebe8f Background Color

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

This div background color is #aebe8f


#aebe8f Border Color

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

This div border color is #aebe8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebe8f


Comments

No comments written yet.

Please login to write comment.