Color Hex Logo

#88bbac Color Hex

#88BBAC
(136,187,172)
0 Favorites   0 Comments

Color spaces of #88bbac

RGB 136187172
HSL0.450.270.63
HSV162°27°73°
CMYK 0.270.000.08   0.27
XYZ35.370143.753445.6108
Yxy43.75340.28360.3508
Hunter Lab66.1464-20.30775.4194
CIE-Lab72.0634-19.94242.1871

#88bbac color RGB value is (136,187,172).

#88bbac hex color red value is 136, green value is 187 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #88bbac hue: 0.45 , saturation: 0.27 and the lightness value of 88bbac is 0.63.

The process color (four color CMYK) of #88bbac color hex is 0.27, 0.00, 0.08, 0.27. Web safe color of #88bbac is #99cc99. Color #88bbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111011 10101100
Octal 210 273 254
Decimal 136 187 172
Hex 88 BB AC

RGB Percentages of Color #88bbac

%27.47
%37.78
%34.75

CMYK Percentages of Color #88bbac

%27
%0
%8
%27

Triadic Colors of #88bbac

#88bbac #ac88bb #bbac88

Analogous Colors of #88bbac

#88bbac #88b1bb #88bb93

Monochromatic Colors of #88bbac

#88bbac

Complementary Color

#88bbac #bb8897

#88bbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bbac Color CSS Codes

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

#88bbac Text Font Color

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

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


#88bbac Background Color

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

This div background color is #88bbac


#88bbac Border Color

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

This div border color is #88bbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bbac


Comments

No comments written yet.

Please login to write comment.