Color Hex Logo

#aeb993 Color Hex

#AEB993
(174,185,147)
0 Favorites   0 Comments

Color spaces of #aeb993

RGB 174185147
HSL0.210.210.65
HSV77°21°73°
CMYK 0.060.000.21   0.27
XYZ40.071045.803234.3327
Yxy45.80320.33340.3810
Hunter Lab67.6781-12.749917.2972
CIE-Lab73.4177-10.505018.0408

#aeb993 color RGB value is (174,185,147).

#aeb993 hex color red value is 174, green value is 185 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #aeb993 hue: 0.21 , saturation: 0.21 and the lightness value of aeb993 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 10010011
Octal 256 271 223
Decimal 174 185 147
Hex AE B9 93

RGB Percentages of Color #aeb993

%34.39
%36.56
%29.05

CMYK Percentages of Color #aeb993

%6
%0
%21
%27

Triadic Colors of #aeb993

#aeb993 #93aeb9 #b993ae

Analogous Colors of #aeb993

#aeb993 #9bb993 #b9b193

Monochromatic Colors of #aeb993

#aeb993

Complementary Color

#aeb993 #9e93b9

#aeb993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb993 Color CSS Codes

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

#aeb993 Text Font Color

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

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


#aeb993 Background Color

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

This div background color is #aeb993


#aeb993 Border Color

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

This div border color is #aeb993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb993


Comments

No comments written yet.

Please login to write comment.