Color Hex Logo

#abc772 Color Hex

#ABC772
(171,199,114)
0 Favorites   0 Comments

Color spaces of #abc772

RGB 171199114
HSL0.220.430.61
HSV80°43°78°
CMYK 0.140.000.43   0.22
XYZ40.255350.719723.5878
Yxy50.71970.35140.4427
Hunter Lab71.2178-23.735330.2152
CIE-Lab76.5089-23.255439.3808

#abc772 color RGB value is (171,199,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000111 01110010
Octal 253 307 162
Decimal 171 199 114
Hex AB C7 72

RGB Percentages of Color #abc772

%35.33
%41.12
%23.55

CMYK Percentages of Color #abc772

%14
%0
%43
%22

Triadic Colors of #abc772

#abc772 #72abc7 #c772ab

Analogous Colors of #abc772

#abc772 #81c772 #c7b972

Monochromatic Colors of #abc772

#abc772

Complementary Color

#abc772 #8e72c7

#abc772 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc772 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc772 Color CSS Codes

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

#abc772 Text Font Color

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

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


#abc772 Background Color

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

This div background color is #abc772


#abc772 Border Color

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

This div border color is #abc772


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc772


Comments

No comments written yet.

Please login to write comment.