Color Hex Logo

#abbf9e Color Hex

#ABBF9E
(171,191,158)
0 Favorites   0 Comments

Color spaces of #abbf9e

RGB 171191158
HSL0.270.200.68
HSV96°17°75°
CMYK 0.100.000.17   0.25
XYZ41.596948.388239.4952
Yxy48.38820.32130.3737
Hunter Lab69.5616-14.992315.0299
CIE-Lab75.0691-12.923614.3812

#abbf9e color RGB value is (171,191,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 10011110
Octal 253 277 236
Decimal 171 191 158
Hex AB BF 9E

RGB Percentages of Color #abbf9e

%32.88
%36.73
%30.38

CMYK Percentages of Color #abbf9e

%10
%0
%17
%25

Triadic Colors of #abbf9e

#abbf9e #9eabbf #bf9eab

Analogous Colors of #abbf9e

#abbf9e #9ebfa2 #bcbf9e

Monochromatic Colors of #abbf9e

#abbf9e

Complementary Color

#abbf9e #b29ebf

#abbf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbf9e Color CSS Codes

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

#abbf9e Text Font Color

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

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


#abbf9e Background Color

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

This div background color is #abbf9e


#abbf9e Border Color

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

This div border color is #abbf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbf9e


Comments

No comments written yet.

Please login to write comment.