Color Hex Logo

#abc76b Color Hex

#ABC76B
(171,199,107)
0 Favorites   0 Comments

Color spaces of #abc76b

RGB 171199107
HSL0.220.450.60
HSV78°46°78°
CMYK 0.140.000.46   0.22
XYZ39.871950.566321.5687
Yxy50.56630.35600.4515
Hunter Lab71.1100-24.356231.7935
CIE-Lab76.4155-24.048942.7498

#abc76b color RGB value is (171,199,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000111 01101011
Octal 253 307 153
Decimal 171 199 107
Hex AB C7 6B

RGB Percentages of Color #abc76b

%35.85
%41.72
%22.43

CMYK Percentages of Color #abc76b

%14
%0
%46
%22

Triadic Colors of #abc76b

#abc76b #6babc7 #c76bab

Analogous Colors of #abc76b

#abc76b #7dc76b #c7b56b

Monochromatic Colors of #abc76b

#abc76b

Complementary Color

#abc76b #876bc7

#abc76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc76b Color CSS Codes

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

#abc76b Text Font Color

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

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


#abc76b Background Color

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

This div background color is #abc76b


#abc76b Border Color

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

This div border color is #abc76b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,199,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 #abc76b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc76b


Comments

No comments written yet.

Please login to write comment.