Color Hex Logo

#abae96 Color Hex

#ABAE96
(171,174,150)
0 Favorites   0 Comments

Color spaces of #abae96

RGB 171174150
HSL0.190.130.64
HSV68°14°68°
CMYK 0.020.000.14   0.32
XYZ37.435741.132034.8204
Yxy41.13200.33020.3628
Hunter Lab64.1342-8.042912.7036
CIE-Lab70.2683-5.336111.9694

#abae96 color RGB value is (171,174,150).

#abae96 hex color red value is 171, green value is 174 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #abae96 hue: 0.19 , saturation: 0.13 and the lightness value of abae96 is 0.64.

The process color (four color CMYK) of #abae96 color hex is 0.02, 0.00, 0.14, 0.32. Web safe color of #abae96 is #999999. Color #abae96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 10010110
Octal 253 256 226
Decimal 171 174 150
Hex AB AE 96

RGB Percentages of Color #abae96

%34.55
%35.15
%30.30

CMYK Percentages of Color #abae96

%2
%0
%14
%32

Triadic Colors of #abae96

#abae96 #96abae #ae96ab

Analogous Colors of #abae96

#abae96 #9fae96 #aea596

Monochromatic Colors of #abae96

#abae96

Complementary Color

#abae96 #9996ae

#abae96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abae96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abae96 Color CSS Codes

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

#abae96 Text Font Color

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

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


#abae96 Background Color

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

This div background color is #abae96


#abae96 Border Color

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

This div border color is #abae96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abae96


Comments

No comments written yet.

Please login to write comment.