Color Hex Logo

#abd64d Color Hex

#ABD64D
(171,214,77)
0 Favorites   0 Comments

Color spaces of #abd64d

RGB 17121477
HSL0.220.630.57
HSV79°64°84°
CMYK 0.200.000.64   0.16
XYZ42.180757.286915.8555
Yxy57.28690.36580.4968
Hunter Lab75.6881-32.976840.5613
CIE-Lab80.3407-33.878260.8834

#abd64d color RGB value is (171,214,77).

#abd64d hex color red value is 171, green value is 214 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #abd64d hue: 0.22 , saturation: 0.63 and the lightness value of abd64d is 0.57.

The process color (four color CMYK) of #abd64d color hex is 0.20, 0.00, 0.64, 0.16. Web safe color of #abd64d is #99cc66. Color #abd64d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010110 01001101
Octal 253 326 115
Decimal 171 214 77
Hex AB D6 4D

RGB Percentages of Color #abd64d

%37.01
%46.32
%16.67

CMYK Percentages of Color #abd64d

%20
%0
%64
%16

Triadic Colors of #abd64d

#abd64d #4dabd6 #d64dab

Analogous Colors of #abd64d

#abd64d #67d64d #d6bd4d

Monochromatic Colors of #abd64d

#abd64d

Complementary Color

#abd64d #784dd6

#abd64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd64d Color CSS Codes

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

#abd64d Text Font Color

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

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


#abd64d Background Color

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

This div background color is #abd64d


#abd64d Border Color

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

This div border color is #abd64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd64d


Comments

No comments written yet.

Please login to write comment.