Color Hex Logo

#88aaac Color Hex

#88AAAC
(136,170,172)
0 Favorites   0 Comments

Color spaces of #88aaac

RGB 136170172
HSL0.510.180.60
HSV183°21°67°
CMYK 0.210.010.00   0.33
XYZ31.974536.962244.4789
Yxy36.96220.28190.3259
Hunter Lab60.7965-12.5161-0.8191
CIE-Lab67.2487-11.0874-4.8658

#88aaac color RGB value is (136,170,172).

#88aaac hex color red value is 136, green value is 170 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #88aaac hue: 0.51 , saturation: 0.18 and the lightness value of 88aaac is 0.60.

The process color (four color CMYK) of #88aaac color hex is 0.21, 0.01, 0.00, 0.33. Web safe color of #88aaac is #999999. Color #88aaac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101010 10101100
Octal 210 252 254
Decimal 136 170 172
Hex 88 AA AC

RGB Percentages of Color #88aaac

%28.45
%35.56
%35.98

CMYK Percentages of Color #88aaac

%21
%1
%0
%33

Triadic Colors of #88aaac

#88aaac #ac88aa #aaac88

Analogous Colors of #88aaac

#88aaac #8898ac #88ac9c

Monochromatic Colors of #88aaac

#88aaac

Complementary Color

#88aaac #ac8a88

#88aaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88aaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#88aaac Color CSS Codes

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

#88aaac Text Font Color

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

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


#88aaac Background Color

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

This div background color is #88aaac


#88aaac Border Color

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

This div border color is #88aaac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,170,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 #88aaac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88aaac


Comments

No comments written yet.

Please login to write comment.