Color Hex Logo

#abd121 Color Hex

#ABD121
(171,209,33)
0 Favorites   0 Comments

Color spaces of #abd121

RGB 17120933
HSL0.200.730.47
HSV73°84°82°
CMYK 0.180.000.84   0.18
XYZ39.869654.36879.8317
Yxy54.36870.38310.5224
Hunter Lab73.7351-32.519143.7090
CIE-Lab78.6762-33.800473.5086

#abd121 color RGB value is (171,209,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010001 00100001
Octal 253 321 41
Decimal 171 209 33
Hex AB D1 21

RGB Percentages of Color #abd121

%41.40
%50.61
%7.99

CMYK Percentages of Color #abd121

%18
%0
%84
%18

Triadic Colors of #abd121

#abd121 #21abd1 #d121ab

Analogous Colors of #abd121

#abd121 #53d121 #d19f21

Monochromatic Colors of #abd121

#abd121

Complementary Color

#abd121 #4721d1

#abd121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd121 Color CSS Codes

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

#abd121 Text Font Color

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

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


#abd121 Background Color

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

This div background color is #abd121


#abd121 Border Color

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

This div border color is #abd121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd121


Comments

No comments written yet.

Please login to write comment.