Color Hex Logo

#abd08f Color Hex

#ABD08F
(171,208,143)
0 Favorites   0 Comments

Color spaces of #abd08f

RGB 171208143
HSL0.260.410.69
HSV94°31°82°
CMYK 0.180.000.31   0.18
XYZ44.308455.752834.4127
Yxy55.75280.32950.4146
Hunter Lab74.6678-24.745524.9420
CIE-Lab79.4729-23.830128.3753

#abd08f color RGB value is (171,208,143).

#abd08f hex color red value is 171, green value is 208 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #abd08f hue: 0.26 , saturation: 0.41 and the lightness value of abd08f is 0.69.

The process color (four color CMYK) of #abd08f color hex is 0.18, 0.00, 0.31, 0.18. Web safe color of #abd08f is #99cc99. Color #abd08f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 10001111
Octal 253 320 217
Decimal 171 208 143
Hex AB D0 8F

RGB Percentages of Color #abd08f

%32.76
%39.85
%27.39

CMYK Percentages of Color #abd08f

%18
%0
%31
%18

Triadic Colors of #abd08f

#abd08f #8fabd0 #d08fab

Analogous Colors of #abd08f

#abd08f #8fd094 #ccd08f

Monochromatic Colors of #abd08f

#abd08f

Complementary Color

#abd08f #b48fd0

#abd08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd08f Color CSS Codes

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

#abd08f Text Font Color

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

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


#abd08f Background Color

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

This div background color is #abd08f


#abd08f Border Color

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

This div border color is #abd08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd08f


Comments

No comments written yet.

Please login to write comment.