Color Hex Logo

#abd422 Color Hex

#ABD422
(171,212,34)
0 Favorites   0 Comments

Color spaces of #abd422

RGB 17121234
HSL0.210.720.48
HSV74°84°83°
CMYK 0.190.000.84   0.17
XYZ40.626855.860410.1542
Yxy55.86040.38100.5238
Hunter Lab74.7398-33.766344.2627
CIE-Lab79.5343-35.144474.0175

#abd422 color RGB value is (171,212,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010100 00100010
Octal 253 324 42
Decimal 171 212 34
Hex AB D4 22

RGB Percentages of Color #abd422

%41.01
%50.84
%8.15

CMYK Percentages of Color #abd422

%19
%0
%84
%17

Triadic Colors of #abd422

#abd422 #22abd4 #d422ab

Analogous Colors of #abd422

#abd422 #52d422 #d4a422

Monochromatic Colors of #abd422

#abd422

Complementary Color

#abd422 #4b22d4

#abd422 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd422 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd422 Color CSS Codes

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

#abd422 Text Font Color

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

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


#abd422 Background Color

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

This div background color is #abd422


#abd422 Border Color

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

This div border color is #abd422


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd422


Comments

No comments written yet.

Please login to write comment.