Color Hex Logo

#88baaf Color Hex

#88BAAF
(136,186,175)
0 Favorites   0 Comments

Color spaces of #88baaf

RGB 136186175
HSL0.460.270.63
HSV167°27°73°
CMYK 0.270.000.06   0.27
XYZ35.450143.447247.0752
Yxy43.44720.28140.3449
Hunter Lab65.9145-19.34963.7961
CIE-Lab71.8574-18.78390.2474

#88baaf color RGB value is (136,186,175).

#88baaf hex color red value is 136, green value is 186 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #88baaf hue: 0.46 , saturation: 0.27 and the lightness value of 88baaf is 0.63.

The process color (four color CMYK) of #88baaf color hex is 0.27, 0.00, 0.06, 0.27. Web safe color of #88baaf is #99cc99. Color #88baaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111010 10101111
Octal 210 272 257
Decimal 136 186 175
Hex 88 BA AF

RGB Percentages of Color #88baaf

%27.36
%37.42
%35.21

CMYK Percentages of Color #88baaf

%27
%0
%6
%27

Triadic Colors of #88baaf

#88baaf #af88ba #baaf88

Analogous Colors of #88baaf

#88baaf #88acba #88ba96

Monochromatic Colors of #88baaf

#88baaf

Complementary Color

#88baaf #ba8893

#88baaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88baaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88baaf Color CSS Codes

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

#88baaf Text Font Color

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

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


#88baaf Background Color

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

This div background color is #88baaf


#88baaf Border Color

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

This div border color is #88baaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88baaf


Comments

No comments written yet.

Please login to write comment.