Color Hex Logo

#88bdbf Color Hex

#88BDBF
(136,189,191)
0 Favorites   0 Comments

Color spaces of #88bdbf

RGB 136189191
HSL0.510.300.64
HSV182°29°75°
CMYK 0.290.010.00   0.25
XYZ37.754945.391056.0617
Yxy45.39100.27120.3261
Hunter Lab67.3728-17.8733-2.1749
CIE-Lab73.1486-16.7125-6.5950

#88bdbf color RGB value is (136,189,191).

#88bdbf hex color red value is 136, green value is 189 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #88bdbf hue: 0.51 , saturation: 0.30 and the lightness value of 88bdbf is 0.64.

The process color (four color CMYK) of #88bdbf color hex is 0.29, 0.01, 0.00, 0.25. Web safe color of #88bdbf is #99cccc. Color #88bdbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111101 10111111
Octal 210 275 277
Decimal 136 189 191
Hex 88 BD BF

RGB Percentages of Color #88bdbf

%26.36
%36.63
%37.02

CMYK Percentages of Color #88bdbf

%29
%1
%0
%25

Triadic Colors of #88bdbf

#88bdbf #bf88bd #bdbf88

Analogous Colors of #88bdbf

#88bdbf #88a2bf #88bfa6

Monochromatic Colors of #88bdbf

#88bdbf

Complementary Color

#88bdbf #bf8a88

#88bdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bdbf Color CSS Codes

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

#88bdbf Text Font Color

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

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


#88bdbf Background Color

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

This div background color is #88bdbf


#88bdbf Border Color

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

This div border color is #88bdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bdbf


Comments

No comments written yet.

Please login to write comment.