Color Hex Logo

#88aca5 Color Hex

#88ACA5
(136,172,165)
0 Favorites   0 Comments

Color spaces of #88aca5

RGB 136172165
HSL0.470.180.60
HSV168°21°67°
CMYK 0.210.000.04   0.33
XYZ31.697437.455941.1564
Yxy37.45590.28730.3396
Hunter Lab61.2012-14.65322.9697
CIE-Lab67.6177-13.6854-0.4385

#88aca5 color RGB value is (136,172,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101100 10100101
Octal 210 254 245
Decimal 136 172 165
Hex 88 AC A5

RGB Percentages of Color #88aca5

%28.75
%36.36
%34.88

CMYK Percentages of Color #88aca5

%21
%0
%4
%33

Triadic Colors of #88aca5

#88aca5 #a588ac #aca588

Analogous Colors of #88aca5

#88aca5 #88a1ac #88ac93

Monochromatic Colors of #88aca5

#88aca5

Complementary Color

#88aca5 #ac888f

#88aca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88aca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#88aca5 Color CSS Codes

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

#88aca5 Text Font Color

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

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


#88aca5 Background Color

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

This div background color is #88aca5


#88aca5 Border Color

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

This div border color is #88aca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88aca5


Comments

No comments written yet.

Please login to write comment.