Color Hex Logo

#abb596 Color Hex

#ABB596
(171,181,150)
0 Favorites   0 Comments

Color spaces of #abb596

RGB 171181150
HSL0.220.170.65
HSV79°17°71°
CMYK 0.060.000.17   0.29
XYZ38.823543.907735.2830
Yxy43.90770.32900.3721
Hunter Lab66.2629-11.376714.8139
CIE-Lab72.1668-9.044914.6396

#abb596 color RGB value is (171,181,150).

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

The process color (four color CMYK) of #abb596 color hex is 0.06, 0.00, 0.17, 0.29. Web safe color of #abb596 is #99cc99. Color #abb596 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110101 10010110
Octal 253 265 226
Decimal 171 181 150
Hex AB B5 96

RGB Percentages of Color #abb596

%34.06
%36.06
%29.88

CMYK Percentages of Color #abb596

%6
%0
%17
%29

Triadic Colors of #abb596

#abb596 #96abb5 #b596ab

Analogous Colors of #abb596

#abb596 #9cb596 #b5b096

Monochromatic Colors of #abb596

#abb596

Complementary Color

#abb596 #a096b5

#abb596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb596 Color CSS Codes

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

#abb596 Text Font Color

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

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


#abb596 Background Color

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

This div background color is #abb596


#abb596 Border Color

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

This div border color is #abb596


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb596


Comments

No comments written yet.

Please login to write comment.