Color Hex Logo

#abcc6f Color Hex

#ABCC6F
(171,204,111)
0 Favorites   0 Comments

Color spaces of #abcc6f

RGB 171204111
HSL0.230.480.62
HSV81°46°80°
CMYK 0.160.000.46   0.20
XYZ41.256752.991423.0928
Yxy52.99140.35160.4516
Hunter Lab72.7952-26.226732.1481
CIE-Lab77.8699-26.033742.5735

#abcc6f color RGB value is (171,204,111).

#abcc6f hex color red value is 171, green value is 204 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #abcc6f hue: 0.23 , saturation: 0.48 and the lightness value of abcc6f is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 01101111
Octal 253 314 157
Decimal 171 204 111
Hex AB CC 6F

RGB Percentages of Color #abcc6f

%35.19
%41.98
%22.84

CMYK Percentages of Color #abcc6f

%16
%0
%46
%20

Triadic Colors of #abcc6f

#abcc6f #6fabcc #cc6fab

Analogous Colors of #abcc6f

#abcc6f #7dcc6f #ccbf6f

Monochromatic Colors of #abcc6f

#abcc6f

Complementary Color

#abcc6f #906fcc

#abcc6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcc6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcc6f Color CSS Codes

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

#abcc6f Text Font Color

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

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


#abcc6f Background Color

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

This div background color is #abcc6f


#abcc6f Border Color

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

This div border color is #abcc6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcc6f


Comments

No comments written yet.

Please login to write comment.