Color Hex Logo

#88ab8e Color Hex

#88AB8E
(136,171,142)
0 Favorites   0 Comments

Color spaces of #88ab8e

RGB 136171142
HSL0.360.170.60
HSV130°20°67°
CMYK 0.200.000.17   0.33
XYZ29.598736.313131.0403
Yxy36.31310.30530.3745
Hunter Lab60.2604-17.779911.6418
CIE-Lab66.7585-17.809811.0579

#88ab8e color RGB value is (136,171,142).

#88ab8e hex color red value is 136, green value is 171 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #88ab8e hue: 0.36 , saturation: 0.17 and the lightness value of 88ab8e is 0.60.

The process color (four color CMYK) of #88ab8e color hex is 0.20, 0.00, 0.17, 0.33. Web safe color of #88ab8e is #999999. Color #88ab8e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101011 10001110
Octal 210 253 216
Decimal 136 171 142
Hex 88 AB 8E

RGB Percentages of Color #88ab8e

%30.29
%38.08
%31.63

CMYK Percentages of Color #88ab8e

%20
%0
%17
%33

Triadic Colors of #88ab8e

#88ab8e #8e88ab #ab8e88

Analogous Colors of #88ab8e

#88ab8e #88aba0 #94ab88

Monochromatic Colors of #88ab8e

#88ab8e

Complementary Color

#88ab8e #ab88a5

#88ab8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88ab8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#88ab8e Color CSS Codes

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

#88ab8e Text Font Color

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

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


#88ab8e Background Color

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

This div background color is #88ab8e


#88ab8e Border Color

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

This div border color is #88ab8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88ab8e


Comments

No comments written yet.

Please login to write comment.