Color Hex Logo

#abc76c Color Hex

#ABC76C
(171,199,108)
0 Favorites   0 Comments

Color spaces of #abc76c

RGB 171199108
HSL0.220.450.60
HSV78°46°78°
CMYK 0.140.000.46   0.22
XYZ39.924850.587521.8475
Yxy50.58750.35530.4502
Hunter Lab71.1249-24.270531.5753
CIE-Lab76.4285-23.939142.2719

#abc76c color RGB value is (171,199,108).

#abc76c hex color red value is 171, green value is 199 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #abc76c hue: 0.22 , saturation: 0.45 and the lightness value of abc76c is 0.60.

The process color (four color CMYK) of #abc76c color hex is 0.14, 0.00, 0.46, 0.22. Web safe color of #abc76c is #99cc66. Color #abc76c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000111 01101100
Octal 253 307 154
Decimal 171 199 108
Hex AB C7 6C

RGB Percentages of Color #abc76c

%35.77
%41.63
%22.59

CMYK Percentages of Color #abc76c

%14
%0
%46
%22

Triadic Colors of #abc76c

#abc76c #6cabc7 #c76cab

Analogous Colors of #abc76c

#abc76c #7ec76c #c7b66c

Monochromatic Colors of #abc76c

#abc76c

Complementary Color

#abc76c #886cc7

#abc76c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc76c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc76c Color CSS Codes

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

#abc76c Text Font Color

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

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


#abc76c Background Color

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

This div background color is #abc76c


#abc76c Border Color

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

This div border color is #abc76c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc76c

#abc76c Color Palettes


Comments

No comments written yet.

Please login to write comment.