Color Hex Logo

#abb598 Color Hex

#ABB598
(171,181,152)
0 Favorites   0 Comments

Color spaces of #abb598

RGB 171181152
HSL0.220.160.65
HSV81°16°71°
CMYK 0.060.000.16   0.29
XYZ38.986043.972736.1386
Yxy43.97270.32730.3692
Hunter Lab66.3119-11.102414.1065
CIE-Lab72.2102-8.715513.6130

#abb598 color RGB value is (171,181,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110101 10011000
Octal 253 265 230
Decimal 171 181 152
Hex AB B5 98

RGB Percentages of Color #abb598

%33.93
%35.91
%30.16

CMYK Percentages of Color #abb598

%6
%0
%16
%29

Triadic Colors of #abb598

#abb598 #98abb5 #b598ab

Analogous Colors of #abb598

#abb598 #9db598 #b5b198

Monochromatic Colors of #abb598

#abb598

Complementary Color

#abb598 #a298b5

#abb598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb598 Color CSS Codes

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

#abb598 Text Font Color

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

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


#abb598 Background Color

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

This div background color is #abb598


#abb598 Border Color

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

This div border color is #abb598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb598


Comments

No comments written yet.

Please login to write comment.