Color Hex Logo

#abb197 Color Hex

#ABB197
(171,177,151)
0 Favorites   0 Comments

Color spaces of #abb197

RGB 171177151
HSL0.210.140.64
HSV74°15°69°
CMYK 0.030.000.15   0.31
XYZ38.102642.336635.4417
Yxy42.33660.32880.3653
Hunter Lab65.0666-9.338013.2514
CIE-Lab71.1024-6.767612.5988

#abb197 color RGB value is (171,177,151).

#abb197 hex color red value is 171, green value is 177 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #abb197 hue: 0.21 , saturation: 0.14 and the lightness value of abb197 is 0.64.

The process color (four color CMYK) of #abb197 color hex is 0.03, 0.00, 0.15, 0.31. Web safe color of #abb197 is #999999. Color #abb197 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110001 10010111
Octal 253 261 227
Decimal 171 177 151
Hex AB B1 97

RGB Percentages of Color #abb197

%34.27
%35.47
%30.26

CMYK Percentages of Color #abb197

%3
%0
%15
%31

Triadic Colors of #abb197

#abb197 #97abb1 #b197ab

Analogous Colors of #abb197

#abb197 #9eb197 #b1aa97

Monochromatic Colors of #abb197

#abb197

Complementary Color

#abb197 #9d97b1

#abb197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb197 Color CSS Codes

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

#abb197 Text Font Color

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

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


#abb197 Background Color

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

This div background color is #abb197


#abb197 Border Color

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

This div border color is #abb197


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,177,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #abb197">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb197


Comments

No comments written yet.

Please login to write comment.