Color Hex Logo

#88abac Color Hex

#88ABAC
(136,171,172)
0 Favorites   0 Comments

Color spaces of #88abac

RGB 136171172
HSL0.500.180.60
HSV182°21°67°
CMYK 0.210.010.00   0.33
XYZ32.162637.338644.5416
Yxy37.33860.28200.3274
Hunter Lab61.1053-12.9814-0.4446
CIE-Lab67.5303-11.6207-4.4499

#88abac color RGB value is (136,171,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101011 10101100
Octal 210 253 254
Decimal 136 171 172
Hex 88 AB AC

RGB Percentages of Color #88abac

%28.39
%35.70
%35.91

CMYK Percentages of Color #88abac

%21
%1
%0
%33

Triadic Colors of #88abac

#88abac #ac88ab #abac88

Analogous Colors of #88abac

#88abac #8899ac #88ac9b

Monochromatic Colors of #88abac

#88abac

Complementary Color

#88abac #ac8988

#88abac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88abac Color Preview on White Background

Lorem ipsum dolor sit amet.

#88abac Color CSS Codes

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

#88abac Text Font Color

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

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


#88abac Background Color

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

This div background color is #88abac


#88abac Border Color

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

This div border color is #88abac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88abac


Comments

No comments written yet.

Please login to write comment.