Color Hex Logo

#abd77d Color Hex

#ABD77D
(171,215,125)
0 Favorites   0 Comments

Color spaces of #abd77d

RGB 171215125
HSL0.250.530.67
HSV89°42°84°
CMYK 0.200.000.42   0.16
XYZ44.796758.739528.3789
Yxy58.73950.33960.4453
Hunter Lab76.6417-29.790631.6953
CIE-Lab81.1482-29.632139.7427

#abd77d color RGB value is (171,215,125).

#abd77d hex color red value is 171, green value is 215 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #abd77d hue: 0.25 , saturation: 0.53 and the lightness value of abd77d is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010111 01111101
Octal 253 327 175
Decimal 171 215 125
Hex AB D7 7D

RGB Percentages of Color #abd77d

%33.46
%42.07
%24.46

CMYK Percentages of Color #abd77d

%20
%0
%42
%16

Triadic Colors of #abd77d

#abd77d #7dabd7 #d77dab

Analogous Colors of #abd77d

#abd77d #7ed77d #d7d67d

Monochromatic Colors of #abd77d

#abd77d

Complementary Color

#abd77d #a97dd7

#abd77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd77d Color CSS Codes

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

#abd77d Text Font Color

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

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


#abd77d Background Color

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

This div background color is #abd77d


#abd77d Border Color

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

This div border color is #abd77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd77d


Comments

No comments written yet.

Please login to write comment.