Color Hex Logo

#88cfdb Color Hex

#88CFDB
(136,207,219)
0 Favorites   0 Comments

Color spaces of #88cfdb

RGB 136207219
HSL0.520.540.70
HSV189°38°86°
CMYK 0.380.050.00   0.14
XYZ45.252354.974475.2439
Yxy54.97440.25790.3133
Hunter Lab74.1447-20.8104-8.2677
CIE-Lab79.0265-19.1722-12.9821

#88cfdb color RGB value is (136,207,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001111 11011011
Octal 210 317 333
Decimal 136 207 219
Hex 88 CF DB

RGB Percentages of Color #88cfdb

%24.20
%36.83
%38.97

CMYK Percentages of Color #88cfdb

%38
%5
%0
%14

Triadic Colors of #88cfdb

#88cfdb #db88cf #cfdb88

Analogous Colors of #88cfdb

#88cfdb #88a6db #88dbbe

Monochromatic Colors of #88cfdb

#88cfdb

Complementary Color

#88cfdb #db9488

#88cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88cfdb Color CSS Codes

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

#88cfdb Text Font Color

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

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


#88cfdb Background Color

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

This div background color is #88cfdb


#88cfdb Border Color

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

This div border color is #88cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88cfdb


Comments

No comments written yet.

Please login to write comment.