Color Hex Logo

#aebe97 Color Hex

#AEBE97
(174,190,151)
0 Favorites   0 Comments

Color spaces of #aebe97

RGB 174190151
HSL0.240.230.67
HSV85°21°75°
CMYK 0.080.000.21   0.25
XYZ41.454948.059936.3697
Yxy48.05990.32930.3818
Hunter Lab69.3252-14.580317.4227
CIE-Lab74.8627-12.466317.8916

#aebe97 color RGB value is (174,190,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 10010111
Octal 256 276 227
Decimal 174 190 151
Hex AE BE 97

RGB Percentages of Color #aebe97

%33.79
%36.89
%29.32

CMYK Percentages of Color #aebe97

%8
%0
%21
%25

Triadic Colors of #aebe97

#aebe97 #97aebe #be97ae

Analogous Colors of #aebe97

#aebe97 #9bbe97 #bebb97

Monochromatic Colors of #aebe97

#aebe97

Complementary Color

#aebe97 #a797be

#aebe97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebe97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebe97 Color CSS Codes

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

#aebe97 Text Font Color

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

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


#aebe97 Background Color

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

This div background color is #aebe97


#aebe97 Border Color

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

This div border color is #aebe97


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebe97


Comments

No comments written yet.

Please login to write comment.