Color Hex Logo

#abc68c Color Hex

#ABC68C
(171,198,140)
0 Favorites   0 Comments

Color spaces of #abc68c

RGB 171198140
HSL0.240.340.66
HSV88°29°78°
CMYK 0.140.000.29   0.22
XYZ41.722350.939532.4443
Yxy50.93950.33350.4072
Hunter Lab71.3719-20.554123.0082
CIE-Lab76.6423-19.323726.1437

#abc68c color RGB value is (171,198,140).

#abc68c hex color red value is 171, green value is 198 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #abc68c hue: 0.24 , saturation: 0.34 and the lightness value of abc68c is 0.66.

The process color (four color CMYK) of #abc68c color hex is 0.14, 0.00, 0.29, 0.22. Web safe color of #abc68c is #99cc99. Color #abc68c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000110 10001100
Octal 253 306 214
Decimal 171 198 140
Hex AB C6 8C

RGB Percentages of Color #abc68c

%33.60
%38.90
%27.50

CMYK Percentages of Color #abc68c

%14
%0
%29
%22

Triadic Colors of #abc68c

#abc68c #8cabc6 #c68cab

Analogous Colors of #abc68c

#abc68c #8ec68c #c6c48c

Monochromatic Colors of #abc68c

#abc68c

Complementary Color

#abc68c #a78cc6

#abc68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc68c Color CSS Codes

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

#abc68c Text Font Color

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

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


#abc68c Background Color

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

This div background color is #abc68c


#abc68c Border Color

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

This div border color is #abc68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc68c


Comments

No comments written yet.

Please login to write comment.