Color Hex Logo

#abbf9d Color Hex

#ABBF9D
(171,191,157)
1 Favorites   0 Comments

Color spaces of #abbf9d

RGB 171191157
HSL0.260.210.68
HSV95°18°75°
CMYK 0.100.000.18   0.25
XYZ41.511248.353939.0436
Yxy48.35390.32200.3751
Hunter Lab69.5370-15.131315.3857
CIE-Lab75.0476-13.091714.8898

#abbf9d color RGB value is (171,191,157).

#abbf9d hex color red value is 171, green value is 191 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #abbf9d hue: 0.26 , saturation: 0.21 and the lightness value of abbf9d is 0.68.

The process color (four color CMYK) of #abbf9d color hex is 0.10, 0.00, 0.18, 0.25. Web safe color of #abbf9d is #99cc99. Color #abbf9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 10011101
Octal 253 277 235
Decimal 171 191 157
Hex AB BF 9D

RGB Percentages of Color #abbf9d

%32.95
%36.80
%30.25

CMYK Percentages of Color #abbf9d

%10
%0
%18
%25

Triadic Colors of #abbf9d

#abbf9d #9dabbf #bf9dab

Analogous Colors of #abbf9d

#abbf9d #9dbfa0 #bcbf9d

Monochromatic Colors of #abbf9d

#abbf9d

Complementary Color

#abbf9d #b19dbf

#abbf9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbf9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbf9d Color CSS Codes

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

#abbf9d Text Font Color

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

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


#abbf9d Background Color

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

This div background color is #abbf9d


#abbf9d Border Color

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

This div border color is #abbf9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbf9d


Comments

No comments written yet.

Please login to write comment.