Color Hex Logo

#abb898 Color Hex

#ABB898
(171,184,152)
0 Favorites   0 Comments

Color spaces of #abb898

RGB 171184152
HSL0.230.180.66
HSV84°17°72°
CMYK 0.070.000.17   0.28
XYZ39.602645.205936.3441
Yxy45.20590.32690.3731
Hunter Lab67.2353-12.522715.0155
CIE-Lab73.0273-10.288814.7597

#abb898 color RGB value is (171,184,152).

#abb898 hex color red value is 171, green value is 184 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #abb898 hue: 0.23 , saturation: 0.18 and the lightness value of abb898 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111000 10011000
Octal 253 270 230
Decimal 171 184 152
Hex AB B8 98

RGB Percentages of Color #abb898

%33.73
%36.29
%29.98

CMYK Percentages of Color #abb898

%7
%0
%17
%28

Triadic Colors of #abb898

#abb898 #98abb8 #b898ab

Analogous Colors of #abb898

#abb898 #9bb898 #b8b598

Monochromatic Colors of #abb898

#abb898

Complementary Color

#abb898 #a598b8

#abb898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb898 Color CSS Codes

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

#abb898 Text Font Color

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

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


#abb898 Background Color

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

This div background color is #abb898


#abb898 Border Color

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

This div border color is #abb898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb898


Comments

No comments written yet.

Please login to write comment.