Color Hex Logo

#abdb9e Color Hex

#ABDB9E
(171,219,158)
0 Favorites   0 Comments

Color spaces of #abdb9e

RGB 171219158
HSL0.300.460.74
HSV107°28°86°
CMYK 0.220.000.28   0.14
XYZ48.297761.789641.7288
Yxy61.78960.31810.4070
Hunter Lab78.6064-27.886323.5499
CIE-Lab82.8014-26.874425.0730

#abdb9e color RGB value is (171,219,158).

#abdb9e hex color red value is 171, green value is 219 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #abdb9e hue: 0.30 , saturation: 0.46 and the lightness value of abdb9e is 0.74.

The process color (four color CMYK) of #abdb9e color hex is 0.22, 0.00, 0.28, 0.14. Web safe color of #abdb9e is #99cc99. Color #abdb9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 10011110
Octal 253 333 236
Decimal 171 219 158
Hex AB DB 9E

RGB Percentages of Color #abdb9e

%31.20
%39.96
%28.83

CMYK Percentages of Color #abdb9e

%22
%0
%28
%14

Triadic Colors of #abdb9e

#abdb9e #9eabdb #db9eab

Analogous Colors of #abdb9e

#abdb9e #9edbb0 #cadb9e

Monochromatic Colors of #abdb9e

#abdb9e

Complementary Color

#abdb9e #ce9edb

#abdb9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb9e Color CSS Codes

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

#abdb9e Text Font Color

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

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


#abdb9e Background Color

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

This div background color is #abdb9e


#abdb9e Border Color

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

This div border color is #abdb9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb9e


Comments

No comments written yet.

Please login to write comment.