Color Hex Logo

#abd21d Color Hex

#ABD21D
(171,210,29)
0 Favorites   0 Comments

Color spaces of #abd21d

RGB 17121029
HSL0.200.760.47
HSV73°86°82°
CMYK 0.190.000.86   0.18
XYZ40.063054.83989.6360
Yxy54.83980.38320.5246
Hunter Lab74.0539-33.026244.1228
CIE-Lab78.9489-34.371574.5781

#abd21d color RGB value is (171,210,29).

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

The process color (four color CMYK) of #abd21d color hex is 0.19, 0.00, 0.86, 0.18. Web safe color of #abd21d is #99cc33. Color #abd21d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010010 00011101
Octal 253 322 35
Decimal 171 210 29
Hex AB D2 1D

RGB Percentages of Color #abd21d

%41.71
%51.22
%7.07

CMYK Percentages of Color #abd21d

%19
%0
%86
%18

Triadic Colors of #abd21d

#abd21d #1dabd2 #d21dab

Analogous Colors of #abd21d

#abd21d #51d21d #d29f1d

Monochromatic Colors of #abd21d

#abd21d

Complementary Color

#abd21d #441dd2

#abd21d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd21d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd21d Color CSS Codes

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

#abd21d Text Font Color

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

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


#abd21d Background Color

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

This div background color is #abd21d


#abd21d Border Color

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

This div border color is #abd21d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd21d


Comments

No comments written yet.

Please login to write comment.