Color Hex Logo

#abb796 Color Hex

#ABB796
(171,183,150)
0 Favorites   0 Comments

Color spaces of #abb796

RGB 171183150
HSL0.230.190.65
HSV82°18°72°
CMYK 0.070.000.18   0.28
XYZ39.233144.726935.4195
Yxy44.72690.32860.3747
Hunter Lab66.8782-12.322415.4140
CIE-Lab72.7117-10.093715.4022

#abb796 color RGB value is (171,183,150).

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

The process color (four color CMYK) of #abb796 color hex is 0.07, 0.00, 0.18, 0.28. Web safe color of #abb796 is #99cc99. Color #abb796 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110111 10010110
Octal 253 267 226
Decimal 171 183 150
Hex AB B7 96

RGB Percentages of Color #abb796

%33.93
%36.31
%29.76

CMYK Percentages of Color #abb796

%7
%0
%18
%28

Triadic Colors of #abb796

#abb796 #96abb7 #b796ab

Analogous Colors of #abb796

#abb796 #9bb796 #b7b396

Monochromatic Colors of #abb796

#abb796

Complementary Color

#abb796 #a296b7

#abb796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb796 Color CSS Codes

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

#abb796 Text Font Color

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

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


#abb796 Background Color

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

This div background color is #abb796


#abb796 Border Color

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

This div border color is #abb796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb796


Comments

No comments written yet.

Please login to write comment.