Color Hex Logo

#abd31c Color Hex

#ABD31C
(171,211,28)
0 Favorites   0 Comments

Color spaces of #abd31c

RGB 17121128
HSL0.200.770.47
HSV73°87°83°
CMYK 0.190.000.87   0.17
XYZ40.298555.33039.6545
Yxy55.33030.38280.5255
Hunter Lab74.3843-33.468344.3737
CIE-Lab79.2311-34.854975.0077

#abd31c color RGB value is (171,211,28).

#abd31c hex color red value is 171, green value is 211 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #abd31c hue: 0.20 , saturation: 0.77 and the lightness value of abd31c is 0.47.

The process color (four color CMYK) of #abd31c color hex is 0.19, 0.00, 0.87, 0.17. Web safe color of #abd31c is #99cc33. Color #abd31c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010011 00011100
Octal 253 323 34
Decimal 171 211 28
Hex AB D3 1C

RGB Percentages of Color #abd31c

%41.71
%51.46
%6.83

CMYK Percentages of Color #abd31c

%19
%0
%87
%17

Triadic Colors of #abd31c

#abd31c #1cabd3 #d31cab

Analogous Colors of #abd31c

#abd31c #4fd31c #d3a01c

Monochromatic Colors of #abd31c

#abd31c

Complementary Color

#abd31c #441cd3

#abd31c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd31c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd31c Color CSS Codes

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

#abd31c Text Font Color

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

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


#abd31c Background Color

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

This div background color is #abd31c


#abd31c Border Color

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

This div border color is #abd31c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd31c


Comments

No comments written yet.

Please login to write comment.