Color Hex Logo

#88cbac Color Hex

#88CBAC
(136,203,172)
0 Favorites   0 Comments

Color spaces of #88cbac

RGB 136203172
HSL0.420.390.66
HSV152°33°80°
CMYK 0.330.000.15   0.20
XYZ38.955750.924746.8060
Yxy50.92470.28500.3726
Hunter Lab71.3615-27.441011.0648
CIE-Lab76.6334-27.87708.7706

#88cbac color RGB value is (136,203,172).

#88cbac hex color red value is 136, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #88cbac hue: 0.42 , saturation: 0.39 and the lightness value of 88cbac is 0.66.

The process color (four color CMYK) of #88cbac color hex is 0.33, 0.00, 0.15, 0.20. Web safe color of #88cbac is #99cc99. Color #88cbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001011 10101100
Octal 210 313 254
Decimal 136 203 172
Hex 88 CB AC

RGB Percentages of Color #88cbac

%26.61
%39.73
%33.66

CMYK Percentages of Color #88cbac

%33
%0
%15
%20

Triadic Colors of #88cbac

#88cbac #ac88cb #cbac88

Analogous Colors of #88cbac

#88cbac #88c9cb #88cb8b

Monochromatic Colors of #88cbac

#88cbac

Complementary Color

#88cbac #cb88a7

#88cbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cbac Color CSS Codes

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

#88cbac Text Font Color

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

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


#88cbac Background Color

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

This div background color is #88cbac


#88cbac Border Color

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

This div border color is #88cbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cbac


Comments

No comments written yet.

Please login to write comment.