Color Hex Logo

#abc66f Color Hex

#ABC66F
(171,198,111)
0 Favorites   0 Comments

Color spaces of #abc66f

RGB 171198111
HSL0.220.430.61
HSV79°44°78°
CMYK 0.140.000.44   0.22
XYZ39.857950.193822.6266
Yxy50.19380.35370.4455
Hunter Lab70.8476-23.561630.6579
CIE-Lab76.1881-23.112240.4818

#abc66f color RGB value is (171,198,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000110 01101111
Octal 253 306 157
Decimal 171 198 111
Hex AB C6 6F

RGB Percentages of Color #abc66f

%35.63
%41.25
%23.13

CMYK Percentages of Color #abc66f

%14
%0
%44
%22

Triadic Colors of #abc66f

#abc66f #6fabc6 #c66fab

Analogous Colors of #abc66f

#abc66f #80c66f #c6b66f

Monochromatic Colors of #abc66f

#abc66f

Complementary Color

#abc66f #8a6fc6

#abc66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc66f Color CSS Codes

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

#abc66f Text Font Color

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

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


#abc66f Background Color

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

This div background color is #abc66f


#abc66f Border Color

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

This div border color is #abc66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc66f


Comments

No comments written yet.

Please login to write comment.