Color Hex Logo

#abd521 Color Hex

#ABD521
(171,213,33)
0 Favorites   0 Comments

Color spaces of #abd521

RGB 17121333
HSL0.210.730.48
HSV74°85°84°
CMYK 0.200.000.85   0.16
XYZ40.863356.356210.1630
Yxy56.35620.38050.5248
Hunter Lab75.0708-34.210944.5229
CIE-Lab79.8161-35.629674.4772

#abd521 color RGB value is (171,213,33).

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

The process color (four color CMYK) of #abd521 color hex is 0.20, 0.00, 0.85, 0.16. Web safe color of #abd521 is #99cc33. Color #abd521 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010101 00100001
Octal 253 325 41
Decimal 171 213 33
Hex AB D5 21

RGB Percentages of Color #abd521

%41.01
%51.08
%7.91

CMYK Percentages of Color #abd521

%20
%0
%85
%16

Triadic Colors of #abd521

#abd521 #21abd5 #d521ab

Analogous Colors of #abd521

#abd521 #51d521 #d5a521

Monochromatic Colors of #abd521

#abd521

Complementary Color

#abd521 #4b21d5

#abd521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd521 Color CSS Codes

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

#abd521 Text Font Color

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

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


#abd521 Background Color

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

This div background color is #abd521


#abd521 Border Color

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

This div border color is #abd521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd521


Comments

No comments written yet.

Please login to write comment.