Color Hex Logo

#abd88f Color Hex

#ABD88F
(171,216,143)
0 Favorites   0 Comments

Color spaces of #abd88f

RGB 171216143
HSL0.270.480.70
HSV97°34°85°
CMYK 0.210.000.34   0.15
XYZ46.308459.752835.0793
Yxy59.75280.32810.4234
Hunter Lab77.2999-28.340127.2037
CIE-Lab81.7036-27.697631.3473

#abd88f color RGB value is (171,216,143).

#abd88f hex color red value is 171, green value is 216 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #abd88f hue: 0.27 , saturation: 0.48 and the lightness value of abd88f is 0.70.

The process color (four color CMYK) of #abd88f color hex is 0.21, 0.00, 0.34, 0.15. Web safe color of #abd88f is #99cc99. Color #abd88f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011000 10001111
Octal 253 330 217
Decimal 171 216 143
Hex AB D8 8F

RGB Percentages of Color #abd88f

%32.26
%40.75
%26.98

CMYK Percentages of Color #abd88f

%21
%0
%34
%15

Triadic Colors of #abd88f

#abd88f #8fabd8 #d88fab

Analogous Colors of #abd88f

#abd88f #8fd898 #d0d88f

Monochromatic Colors of #abd88f

#abd88f

Complementary Color

#abd88f #bc8fd8

#abd88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd88f Color CSS Codes

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

#abd88f Text Font Color

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

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


#abd88f Background Color

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

This div background color is #abd88f


#abd88f Border Color

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

This div border color is #abd88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd88f


Comments

No comments written yet.

Please login to write comment.