Color Hex Logo

#abc996 Color Hex

#ABC996
(171,201,150)
0 Favorites   0 Comments

Color spaces of #abc996

RGB 171201150
HSL0.260.320.69
HSV95°25°79°
CMYK 0.150.000.25   0.21
XYZ43.186352.633236.7372
Yxy52.63320.32580.3971
Hunter Lab72.5487-20.704120.7609
CIE-Lab77.6579-19.307622.2452

#abc996 color RGB value is (171,201,150).

#abc996 hex color red value is 171, green value is 201 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #abc996 hue: 0.26 , saturation: 0.32 and the lightness value of abc996 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 10010110
Octal 253 311 226
Decimal 171 201 150
Hex AB C9 96

RGB Percentages of Color #abc996

%32.76
%38.51
%28.74

CMYK Percentages of Color #abc996

%15
%0
%25
%21

Triadic Colors of #abc996

#abc996 #96abc9 #c996ab

Analogous Colors of #abc996

#abc996 #96c99b #c5c996

Monochromatic Colors of #abc996

#abc996

Complementary Color

#abc996 #b496c9

#abc996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc996 Color CSS Codes

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

#abc996 Text Font Color

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

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


#abc996 Background Color

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

This div background color is #abc996


#abc996 Border Color

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

This div border color is #abc996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc996


Comments

No comments written yet.

Please login to write comment.