Color Hex Logo

#abd20d Color Hex

#ABD20D
(171,210,13)
0 Favorites   0 Comments

Color spaces of #abd20d

RGB 17121013
HSL0.200.880.44
HSV72°94°82°
CMYK 0.190.000.94   0.18
XYZ39.913854.78028.8507
Yxy54.78020.38550.5290
Hunter Lab74.0136-33.263144.7195
CIE-Lab78.9145-34.689177.0089

#abd20d color RGB value is (171,210,13).

#abd20d hex color red value is 171, green value is 210 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #abd20d hue: 0.20 , saturation: 0.88 and the lightness value of abd20d is 0.44.

The process color (four color CMYK) of #abd20d color hex is 0.19, 0.00, 0.94, 0.18. Web safe color of #abd20d is #99cc00. Color #abd20d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010010 00001101
Octal 253 322 15
Decimal 171 210 13
Hex AB D2 D

RGB Percentages of Color #abd20d

%43.40
%53.30
%3.30

CMYK Percentages of Color #abd20d

%19
%0
%94
%18

Triadic Colors of #abd20d

#abd20d #0dabd2 #d20dab

Analogous Colors of #abd20d

#abd20d #48d20d #d2970d

Monochromatic Colors of #abd20d

#abd20d

Complementary Color

#abd20d #340dd2

#abd20d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd20d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd20d Color CSS Codes

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

#abd20d Text Font Color

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

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


#abd20d Background Color

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

This div background color is #abd20d


#abd20d Border Color

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

This div border color is #abd20d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd20d


Comments

No comments written yet.

Please login to write comment.