Color Hex Logo

#abc896 Color Hex

#ABC896
(171,200,150)
0 Favorites   0 Comments

Color spaces of #abc896

RGB 171200150
HSL0.260.310.69
HSV95°25°78°
CMYK 0.150.000.25   0.22
XYZ42.953952.168536.6598
Yxy52.16850.32590.3959
Hunter Lab72.2278-20.244520.4663
CIE-Lab77.3815-18.806721.8664

#abc896 color RGB value is (171,200,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001000 10010110
Octal 253 310 226
Decimal 171 200 150
Hex AB C8 96

RGB Percentages of Color #abc896

%32.82
%38.39
%28.79

CMYK Percentages of Color #abc896

%15
%0
%25
%22

Triadic Colors of #abc896

#abc896 #96abc8 #c896ab

Analogous Colors of #abc896

#abc896 #96c89a #c4c896

Monochromatic Colors of #abc896

#abc896

Complementary Color

#abc896 #b396c8

#abc896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc896 Color CSS Codes

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

#abc896 Text Font Color

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

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


#abc896 Background Color

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

This div background color is #abc896


#abc896 Border Color

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

This div border color is #abc896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc896


Comments

No comments written yet.

Please login to write comment.