Color Hex Logo

#abd522 Color Hex

#ABD522
(171,213,34)
0 Favorites   0 Comments

Color spaces of #abd522

RGB 17121334
HSL0.210.720.48
HSV74°84°84°
CMYK 0.200.000.84   0.16
XYZ40.877656.361910.2378
Yxy56.36190.38030.5244
Hunter Lab75.0746-34.188444.4669
CIE-Lab79.8193-35.599674.2608

#abd522 color RGB value is (171,213,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010101 00100010
Octal 253 325 42
Decimal 171 213 34
Hex AB D5 22

RGB Percentages of Color #abd522

%40.91
%50.96
%8.13

CMYK Percentages of Color #abd522

%20
%0
%84
%16

Triadic Colors of #abd522

#abd522 #22abd5 #d522ab

Analogous Colors of #abd522

#abd522 #51d522 #d5a622

Monochromatic Colors of #abd522

#abd522

Complementary Color

#abd522 #4c22d5

#abd522 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd522 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd522 Color CSS Codes

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

#abd522 Text Font Color

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

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


#abd522 Background Color

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

This div background color is #abd522


#abd522 Border Color

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

This div border color is #abd522


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd522


Comments

No comments written yet.

Please login to write comment.