Color Hex Logo

#abd76b Color Hex

#ABD76B
(171,215,107)
0 Favorites   0 Comments

Color spaces of #abd76b

RGB 171215107
HSL0.230.570.63
HSV84°50°84°
CMYK 0.200.000.50   0.16
XYZ43.748958.320322.8611
Yxy58.32030.35020.4668
Hunter Lab76.3677-31.386035.7086
CIE-Lab80.9165-31.691348.2265

#abd76b color RGB value is (171,215,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010111 01101011
Octal 253 327 153
Decimal 171 215 107
Hex AB D7 6B

RGB Percentages of Color #abd76b

%34.69
%43.61
%21.70

CMYK Percentages of Color #abd76b

%20
%0
%50
%16

Triadic Colors of #abd76b

#abd76b #6babd7 #d76bab

Analogous Colors of #abd76b

#abd76b #75d76b #d7cd6b

Monochromatic Colors of #abd76b

#abd76b

Complementary Color

#abd76b #976bd7

#abd76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd76b Color CSS Codes

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

#abd76b Text Font Color

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

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


#abd76b Background Color

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

This div background color is #abd76b


#abd76b Border Color

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

This div border color is #abd76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd76b


Comments

No comments written yet.

Please login to write comment.