Color Hex Logo

#abb58e Color Hex

#ABB58E
(171,181,142)
0 Favorites   0 Comments

Color spaces of #abb58e

RGB 171181142
HSL0.210.210.63
HSV75°22°71°
CMYK 0.060.000.22   0.29
XYZ38.200943.658732.0047
Yxy43.65870.33550.3834
Hunter Lab66.0747-12.431617.5339
CIE-Lab71.9998-10.319018.7453

#abb58e color RGB value is (171,181,142).

#abb58e hex color red value is 171, green value is 181 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #abb58e hue: 0.21 , saturation: 0.21 and the lightness value of abb58e is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110101 10001110
Octal 253 265 216
Decimal 171 181 142
Hex AB B5 8E

RGB Percentages of Color #abb58e

%34.62
%36.64
%28.74

CMYK Percentages of Color #abb58e

%6
%0
%22
%29

Triadic Colors of #abb58e

#abb58e #8eabb5 #b58eab

Analogous Colors of #abb58e

#abb58e #98b58e #b5ac8e

Monochromatic Colors of #abb58e

#abb58e

Complementary Color

#abb58e #988eb5

#abb58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb58e Color CSS Codes

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

#abb58e Text Font Color

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

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


#abb58e Background Color

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

This div background color is #abb58e


#abb58e Border Color

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

This div border color is #abb58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb58e


Comments

No comments written yet.

Please login to write comment.