Color Hex Logo

#abd07f Color Hex

#ABD07F
(171,208,127)
0 Favorites   0 Comments

Color spaces of #abd07f

RGB 171208127
HSL0.240.460.66
HSV87°39°82°
CMYK 0.180.000.39   0.18
XYZ43.181255.302028.4771
Yxy55.30200.34010.4356
Hunter Lab74.3653-26.490929.3515
CIE-Lab79.2149-26.033836.2623

#abd07f color RGB value is (171,208,127).

#abd07f hex color red value is 171, green value is 208 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #abd07f hue: 0.24 , saturation: 0.46 and the lightness value of abd07f is 0.66.

The process color (four color CMYK) of #abd07f color hex is 0.18, 0.00, 0.39, 0.18. Web safe color of #abd07f is #99cc66. Color #abd07f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 01111111
Octal 253 320 177
Decimal 171 208 127
Hex AB D0 7F

RGB Percentages of Color #abd07f

%33.79
%41.11
%25.10

CMYK Percentages of Color #abd07f

%18
%0
%39
%18

Triadic Colors of #abd07f

#abd07f #7fabd0 #d07fab

Analogous Colors of #abd07f

#abd07f #83d07f #d0cd7f

Monochromatic Colors of #abd07f

#abd07f

Complementary Color

#abd07f #a47fd0

#abd07f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd07f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd07f Color CSS Codes

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

#abd07f Text Font Color

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

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


#abd07f Background Color

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

This div background color is #abd07f


#abd07f Border Color

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

This div border color is #abd07f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd07f


Comments

No comments written yet.

Please login to write comment.