Color Hex Logo

#abbf8e Color Hex

#ABBF8E
(171,191,142)
0 Favorites   0 Comments

Color spaces of #abbf8e

RGB 171191142
HSL0.230.280.65
HSV84°26°75°
CMYK 0.100.000.26   0.25
XYZ40.307947.872532.7071
Yxy47.87250.33340.3960
Hunter Lab69.1900-17.093920.4057
CIE-Lab74.7444-15.486522.5117

#abbf8e color RGB value is (171,191,142).

#abbf8e hex color red value is 171, green value is 191 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #abbf8e hue: 0.23 , saturation: 0.28 and the lightness value of abbf8e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 10001110
Octal 253 277 216
Decimal 171 191 142
Hex AB BF 8E

RGB Percentages of Color #abbf8e

%33.93
%37.90
%28.17

CMYK Percentages of Color #abbf8e

%10
%0
%26
%25

Triadic Colors of #abbf8e

#abbf8e #8eabbf #bf8eab

Analogous Colors of #abbf8e

#abbf8e #93bf8e #bfbb8e

Monochromatic Colors of #abbf8e

#abbf8e

Complementary Color

#abbf8e #a28ebf

#abbf8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbf8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbf8e Color CSS Codes

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

#abbf8e Text Font Color

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

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


#abbf8e Background Color

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

This div background color is #abbf8e


#abbf8e Border Color

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

This div border color is #abbf8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbf8e


Comments

No comments written yet.

Please login to write comment.