Color Hex Logo

#88afbb Color Hex

#88AFBB
(136,175,187)
0 Favorites   0 Comments

Color spaces of #88afbb

RGB 136175187
HSL0.540.270.63
HSV194°27°73°
CMYK 0.270.060.00   0.27
XYZ34.453039.482052.8186
Yxy39.48200.27180.3115
Hunter Lab62.8347-12.0871-5.8546
CIE-Lab69.0990-10.3005-10.4244

#88afbb color RGB value is (136,175,187).

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

The process color (four color CMYK) of #88afbb color hex is 0.27, 0.06, 0.00, 0.27. Web safe color of #88afbb is #9999cc. Color #88afbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10101111 10111011
Octal 210 257 273
Decimal 136 175 187
Hex 88 AF BB

RGB Percentages of Color #88afbb

%27.31
%35.14
%37.55

CMYK Percentages of Color #88afbb

%27
%6
%0
%27

Triadic Colors of #88afbb

#88afbb #bb88af #afbb88

Analogous Colors of #88afbb

#88afbb #8896bb #88bbae

Monochromatic Colors of #88afbb

#88afbb

Complementary Color

#88afbb #bb9488

#88afbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88afbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88afbb Color CSS Codes

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

#88afbb Text Font Color

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

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


#88afbb Background Color

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

This div background color is #88afbb


#88afbb Border Color

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

This div border color is #88afbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88afbb


Comments

No comments written yet.

Please login to write comment.