Color Hex Logo

#88ab90 Color Hex

#88AB90
(136,171,144)
0 Favorites   0 Comments

Color spaces of #88ab90

RGB 136171144
HSL0.370.170.60
HSV134°20°67°
CMYK 0.200.000.16   0.33
XYZ29.750336.373731.8384
Yxy36.37370.30370.3713
Hunter Lab60.3106-17.492310.9178
CIE-Lab66.8045-17.430510.0186

#88ab90 color RGB value is (136,171,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101011 10010000
Octal 210 253 220
Decimal 136 171 144
Hex 88 AB 90

RGB Percentages of Color #88ab90

%30.16
%37.92
%31.93

CMYK Percentages of Color #88ab90

%20
%0
%16
%33

Triadic Colors of #88ab90

#88ab90 #9088ab #ab9088

Analogous Colors of #88ab90

#88ab90 #88aba2 #92ab88

Monochromatic Colors of #88ab90

#88ab90

Complementary Color

#88ab90 #ab88a3

#88ab90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88ab90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88ab90 Color CSS Codes

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

#88ab90 Text Font Color

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

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


#88ab90 Background Color

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

This div background color is #88ab90


#88ab90 Border Color

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

This div border color is #88ab90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88ab90


Comments

No comments written yet.

Please login to write comment.