Color Hex Logo

#88acaa Color Hex

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

Color spaces of #88acaa

RGB 136172170
HSL0.490.180.60
HSV177°21°67°
CMYK 0.210.000.01   0.33
XYZ32.161637.641643.6007
Yxy37.64160.28360.3319
Hunter Lab61.3528-13.79620.8121
CIE-Lab67.7556-12.5956-3.0086

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

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

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

Base Numbers

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

RGB Percentages of Color #88acaa

%28.45
%35.98
%35.56

CMYK Percentages of Color #88acaa

%21
%0
%1
%33

Triadic Colors of #88acaa

#88acaa #aa88ac #acaa88

Analogous Colors of #88acaa

#88acaa #889cac #88ac98

Monochromatic Colors of #88acaa

#88acaa

Complementary Color

#88acaa #ac888a

#88acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#88acaa Color CSS Codes

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

#88acaa Text Font Color

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

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


#88acaa Background Color

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

This div background color is #88acaa


#88acaa Border Color

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

This div border color is #88acaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88acaa


Comments

No comments written yet.

Please login to write comment.