Color Hex Logo

#abc68f Color Hex

#ABC68F
(171,198,143)
0 Favorites   0 Comments

Color spaces of #abc68f

RGB 171198143
HSL0.250.330.67
HSV89°28°78°
CMYK 0.140.000.28   0.22
XYZ41.946651.029333.6254
Yxy51.02930.33130.4031
Hunter Lab71.4348-20.195522.0957
CIE-Lab76.6968-18.878424.6358

#abc68f color RGB value is (171,198,143).

#abc68f hex color red value is 171, green value is 198 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #abc68f hue: 0.25 , saturation: 0.33 and the lightness value of abc68f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000110 10001111
Octal 253 306 217
Decimal 171 198 143
Hex AB C6 8F

RGB Percentages of Color #abc68f

%33.40
%38.67
%27.93

CMYK Percentages of Color #abc68f

%14
%0
%28
%22

Triadic Colors of #abc68f

#abc68f #8fabc6 #c68fab

Analogous Colors of #abc68f

#abc68f #90c68f #c6c68f

Monochromatic Colors of #abc68f

#abc68f

Complementary Color

#abc68f #aa8fc6

#abc68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc68f Color CSS Codes

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

#abc68f Text Font Color

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

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


#abc68f Background Color

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

This div background color is #abc68f


#abc68f Border Color

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

This div border color is #abc68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc68f


Comments

No comments written yet.

Please login to write comment.