Color Hex Logo

#aebb97 Color Hex

#AEBB97
(174,187,151)
0 Favorites   0 Comments

Color spaces of #aebb97

RGB 174187151
HSL0.230.210.66
HSV82°19°73°
CMYK 0.070.000.19   0.27
XYZ40.811846.773736.1554
Yxy46.77370.32980.3780
Hunter Lab68.3913-13.166816.5300
CIE-Lab74.0448-10.911816.7545

#aebb97 color RGB value is (174,187,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111011 10010111
Octal 256 273 227
Decimal 174 187 151
Hex AE BB 97

RGB Percentages of Color #aebb97

%33.98
%36.52
%29.49

CMYK Percentages of Color #aebb97

%7
%0
%19
%27

Triadic Colors of #aebb97

#aebb97 #97aebb #bb97ae

Analogous Colors of #aebb97

#aebb97 #9cbb97 #bbb697

Monochromatic Colors of #aebb97

#aebb97

Complementary Color

#aebb97 #a497bb

#aebb97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebb97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebb97 Color CSS Codes

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

#aebb97 Text Font Color

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

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


#aebb97 Background Color

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

This div background color is #aebb97


#aebb97 Border Color

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

This div border color is #aebb97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebb97


Comments

No comments written yet.

Please login to write comment.