Color Hex Logo

#abc988 Color Hex

#ABC988
(171,201,136)
0 Favorites   0 Comments

Color spaces of #abc988

RGB 171201136
HSL0.240.380.66
HSV88°32°79°
CMYK 0.150.000.32   0.21
XYZ42.125252.208831.1496
Yxy52.20880.33570.4161
Hunter Lab72.2557-22.381525.0189
CIE-Lab77.4055-21.394029.2606

#abc988 color RGB value is (171,201,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 10001000
Octal 253 311 210
Decimal 171 201 136
Hex AB C9 88

RGB Percentages of Color #abc988

%33.66
%39.57
%26.77

CMYK Percentages of Color #abc988

%15
%0
%32
%21

Triadic Colors of #abc988

#abc988 #88abc9 #c988ab

Analogous Colors of #abc988

#abc988 #8bc988 #c9c788

Monochromatic Colors of #abc988

#abc988

Complementary Color

#abc988 #a688c9

#abc988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc988 Color CSS Codes

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

#abc988 Text Font Color

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

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


#abc988 Background Color

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

This div background color is #abc988


#abc988 Border Color

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

This div border color is #abc988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc988


Comments

No comments written yet.

Please login to write comment.