Color Hex Logo

#88bfdb Color Hex

#88BFDB
(136,191,219)
0 Favorites   0 Comments

Color spaces of #88bfdb

RGB 136191219
HSL0.560.540.70
HSV200°38°86°
CMYK 0.380.130.00   0.14
XYZ41.570347.610374.0166
Yxy47.61030.25470.2917
Hunter Lab69.0002-13.2102-15.3003
CIE-Lab74.5785-10.8896-19.6845

#88bfdb color RGB value is (136,191,219).

#88bfdb hex color red value is 136, green value is 191 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #88bfdb hue: 0.56 , saturation: 0.54 and the lightness value of 88bfdb is 0.70.

The process color (four color CMYK) of #88bfdb color hex is 0.38, 0.13, 0.00, 0.14. Web safe color of #88bfdb is #99cccc. Color #88bfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111111 11011011
Octal 210 277 333
Decimal 136 191 219
Hex 88 BF DB

RGB Percentages of Color #88bfdb

%24.91
%34.98
%40.11

CMYK Percentages of Color #88bfdb

%38
%13
%0
%14

Triadic Colors of #88bfdb

#88bfdb #db88bf #bfdb88

Analogous Colors of #88bfdb

#88bfdb #8896db #88dbce

Monochromatic Colors of #88bfdb

#88bfdb

Complementary Color

#88bfdb #dba488

#88bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bfdb Color CSS Codes

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

#88bfdb Text Font Color

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

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


#88bfdb Background Color

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

This div background color is #88bfdb


#88bfdb Border Color

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

This div border color is #88bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bfdb

#88bfdb Color Palettes


Comments

No comments written yet.

Please login to write comment.