Color Hex Logo

#aebb8d Color Hex

#AEBB8D
(174,187,141)
0 Favorites   0 Comments

Color spaces of #aebb8d

RGB 174187141
HSL0.210.250.64
HSV77°25°73°
CMYK 0.070.000.25   0.27
XYZ40.033646.462432.0574
Yxy46.46240.33770.3919
Hunter Lab68.1633-14.449419.8301
CIE-Lab73.8446-12.461821.8531

#aebb8d color RGB value is (174,187,141).

#aebb8d hex color red value is 174, green value is 187 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #aebb8d hue: 0.21 , saturation: 0.25 and the lightness value of aebb8d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 10001101
Octal 256 273 215
Decimal 174 187 141
Hex AE BB 8D

RGB Percentages of Color #aebb8d

%34.66
%37.25
%28.09

CMYK Percentages of Color #aebb8d

%7
%0
%25
%27

Triadic Colors of #aebb8d

#aebb8d #8daebb #bb8dae

Analogous Colors of #aebb8d

#aebb8d #97bb8d #bbb18d

Monochromatic Colors of #aebb8d

#aebb8d

Complementary Color

#aebb8d #9a8dbb

#aebb8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebb8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebb8d Color CSS Codes

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

#aebb8d Text Font Color

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

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


#aebb8d Background Color

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

This div background color is #aebb8d


#aebb8d Border Color

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

This div border color is #aebb8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebb8d


Comments

No comments written yet.

Please login to write comment.