Color Hex Logo

#abc98b Color Hex

#ABC98B
(171,201,139)
0 Favorites   0 Comments

Color spaces of #abc98b

RGB 171201139
HSL0.250.360.67
HSV89°31°79°
CMYK 0.150.000.31   0.21
XYZ42.341452.295332.2885
Yxy52.29530.33360.4120
Hunter Lab72.3155-22.038724.1482
CIE-Lab77.4571-20.965127.7626

#abc98b color RGB value is (171,201,139).

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

The process color (four color CMYK) of #abc98b color hex is 0.15, 0.00, 0.31, 0.21. Web safe color of #abc98b is #99cc99. Color #abc98b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 10001011
Octal 253 311 213
Decimal 171 201 139
Hex AB C9 8B

RGB Percentages of Color #abc98b

%33.46
%39.33
%27.20

CMYK Percentages of Color #abc98b

%15
%0
%31
%21

Triadic Colors of #abc98b

#abc98b #8babc9 #c98bab

Analogous Colors of #abc98b

#abc98b #8cc98b #c9c88b

Monochromatic Colors of #abc98b

#abc98b

Complementary Color

#abc98b #a98bc9

#abc98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc98b Color CSS Codes

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

#abc98b Text Font Color

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

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


#abc98b Background Color

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

This div background color is #abc98b


#abc98b Border Color

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

This div border color is #abc98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc98b


Comments

No comments written yet.

Please login to write comment.