Color Hex Logo

#abd62e Color Hex

#ABD62E
(171,214,46)
0 Favorites   0 Comments

Color spaces of #abd62e

RGB 17121446
HSL0.210.670.51
HSV75°79°84°
CMYK 0.200.000.79   0.16
XYZ41.334356.948311.3983
Yxy56.94830.37690.5192
Hunter Lab75.4641-34.291543.8695
CIE-Lab80.1505-35.626671.5176

#abd62e color RGB value is (171,214,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010110 00101110
Octal 253 326 56
Decimal 171 214 46
Hex AB D6 2E

RGB Percentages of Color #abd62e

%39.68
%49.65
%10.67

CMYK Percentages of Color #abd62e

%20
%0
%79
%16

Triadic Colors of #abd62e

#abd62e #2eabd6 #d62eab

Analogous Colors of #abd62e

#abd62e #57d62e #d6ad2e

Monochromatic Colors of #abd62e

#abd62e

Complementary Color

#abd62e #592ed6

#abd62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd62e Color CSS Codes

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

#abd62e Text Font Color

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

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


#abd62e Background Color

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

This div background color is #abd62e


#abd62e Border Color

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

This div border color is #abd62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd62e


Comments

No comments written yet.

Please login to write comment.