Color Hex Logo

#abd73e Color Hex

#ABD73E
(171,215,62)
0 Favorites   0 Comments

Color spaces of #abd73e

RGB 17121562
HSL0.210.660.54
HSV77°71°84°
CMYK 0.200.000.71   0.16
XYZ41.964557.606613.4649
Yxy57.60660.37120.5096
Hunter Lab75.8990-34.130842.6109
CIE-Lab80.5196-35.302066.7706

#abd73e color RGB value is (171,215,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010111 00111110
Octal 253 327 76
Decimal 171 215 62
Hex AB D7 3E

RGB Percentages of Color #abd73e

%38.17
%47.99
%13.84

CMYK Percentages of Color #abd73e

%20
%0
%71
%16

Triadic Colors of #abd73e

#abd73e #3eabd7 #d73eab

Analogous Colors of #abd73e

#abd73e #5fd73e #d7b73e

Monochromatic Colors of #abd73e

#abd73e

Complementary Color

#abd73e #6a3ed7

#abd73e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd73e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd73e Color CSS Codes

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

#abd73e Text Font Color

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

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


#abd73e Background Color

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

This div background color is #abd73e


#abd73e Border Color

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

This div border color is #abd73e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd73e


Comments

No comments written yet.

Please login to write comment.