Color Hex Logo

#abd27f Color Hex

#ABD27F
(171,210,127)
0 Favorites   0 Comments

Color spaces of #abd27f

RGB 171210127
HSL0.240.480.66
HSV88°40°82°
CMYK 0.190.000.40   0.18
XYZ43.671956.283428.6407
Yxy56.28340.33960.4377
Hunter Lab75.0223-27.380729.8809
CIE-Lab79.7748-26.996836.9832

#abd27f color RGB value is (171,210,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010010 01111111
Octal 253 322 177
Decimal 171 210 127
Hex AB D2 7F

RGB Percentages of Color #abd27f

%33.66
%41.34
%25.00

CMYK Percentages of Color #abd27f

%19
%0
%40
%18

Triadic Colors of #abd27f

#abd27f #7fabd2 #d27fab

Analogous Colors of #abd27f

#abd27f #82d27f #d2d07f

Monochromatic Colors of #abd27f

#abd27f

Complementary Color

#abd27f #a67fd2

#abd27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd27f Color CSS Codes

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

#abd27f Text Font Color

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

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


#abd27f Background Color

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

This div background color is #abd27f


#abd27f Border Color

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

This div border color is #abd27f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd27f


Comments

No comments written yet.

Please login to write comment.