Color Hex Logo

#abd72b Color Hex

#ABD72B
(171,215,43)
0 Favorites   0 Comments

Color spaces of #abd72b

RGB 17121543
HSL0.210.680.51
HSV75°80°84°
CMYK 0.200.000.80   0.16
XYZ41.531157.433211.1823
Yxy57.43320.37710.5214
Hunter Lab75.7847-34.802744.3008
CIE-Lab80.4226-36.199472.5860

#abd72b color RGB value is (171,215,43).

#abd72b hex color red value is 171, green value is 215 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #abd72b hue: 0.21 , saturation: 0.68 and the lightness value of abd72b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010111 00101011
Octal 253 327 53
Decimal 171 215 43
Hex AB D7 2B

RGB Percentages of Color #abd72b

%39.86
%50.12
%10.02

CMYK Percentages of Color #abd72b

%20
%0
%80
%16

Triadic Colors of #abd72b

#abd72b #2babd7 #d72bab

Analogous Colors of #abd72b

#abd72b #55d72b #d7ad2b

Monochromatic Colors of #abd72b

#abd72b

Complementary Color

#abd72b #572bd7

#abd72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd72b Color CSS Codes

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

#abd72b Text Font Color

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

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


#abd72b Background Color

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

This div background color is #abd72b


#abd72b Border Color

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

This div border color is #abd72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd72b


Comments

No comments written yet.

Please login to write comment.