Color Hex Logo

#aeb996 Color Hex

#AEB996
(174,185,150)
0 Favorites   0 Comments

Color spaces of #aeb996

RGB 174185150
HSL0.220.200.66
HSV79°19°73°
CMYK 0.060.000.19   0.27
XYZ40.309545.898635.5889
Yxy45.89860.33100.3768
Hunter Lab67.7485-12.354716.2784
CIE-Lab73.4797-10.030016.5074

#aeb996 color RGB value is (174,185,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 10010110
Octal 256 271 226
Decimal 174 185 150
Hex AE B9 96

RGB Percentages of Color #aeb996

%34.18
%36.35
%29.47

CMYK Percentages of Color #aeb996

%6
%0
%19
%27

Triadic Colors of #aeb996

#aeb996 #96aeb9 #b996ae

Analogous Colors of #aeb996

#aeb996 #9db996 #b9b396

Monochromatic Colors of #aeb996

#aeb996

Complementary Color

#aeb996 #a196b9

#aeb996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb996 Color CSS Codes

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

#aeb996 Text Font Color

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

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


#aeb996 Background Color

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

This div background color is #aeb996


#aeb996 Border Color

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

This div border color is #aeb996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb996


Comments

No comments written yet.

Please login to write comment.