Color Hex Logo

#aeba97 Color Hex

#AEBA97
(174,186,151)
0 Favorites   0 Comments

Color spaces of #aeba97

RGB 174186151
HSL0.220.200.66
HSV81°19°73°
CMYK 0.060.000.19   0.27
XYZ40.600446.350836.0849
Yxy46.35080.33000.3767
Hunter Lab68.0814-12.693916.2318
CIE-Lab73.7726-10.391016.3753

#aeba97 color RGB value is (174,186,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 10010111
Octal 256 272 227
Decimal 174 186 151
Hex AE BA 97

RGB Percentages of Color #aeba97

%34.05
%36.40
%29.55

CMYK Percentages of Color #aeba97

%6
%0
%19
%27

Triadic Colors of #aeba97

#aeba97 #97aeba #ba97ae

Analogous Colors of #aeba97

#aeba97 #9dba97 #bab597

Monochromatic Colors of #aeba97

#aeba97

Complementary Color

#aeba97 #a397ba

#aeba97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeba97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeba97 Color CSS Codes

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

#aeba97 Text Font Color

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

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


#aeba97 Background Color

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

This div background color is #aeba97


#aeba97 Border Color

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

This div border color is #aeba97


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,186,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 #aeba97">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeba97


Comments

No comments written yet.

Please login to write comment.