Color Hex Logo

#88dcff Color Hex

#88DCFF
(136,220,255)
0 Favorites   0 Comments

Color spaces of #88dcff

RGB 136220255
HSL0.551.000.77
HSV198°47°100°
CMYK 0.470.140.00   0.00
XYZ53.796563.6406104.0562
Yxy63.64060.24290.2873
Hunter Lab79.7751-19.2345-21.4936
CIE-Lab83.7783-16.4839-24.9683

#88dcff color RGB value is (136,220,255).

#88dcff hex color red value is 136, green value is 220 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #88dcff hue: 0.55 , saturation: 1.00 and the lightness value of 88dcff is 0.77.

The process color (four color CMYK) of #88dcff color hex is 0.47, 0.14, 0.00, 0.00. Web safe color of #88dcff is #99ccff. Color #88dcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011100 11111111
Octal 210 334 377
Decimal 136 220 255
Hex 88 DC FF

RGB Percentages of Color #88dcff

%22.26
%36.01
%41.73

CMYK Percentages of Color #88dcff

%47
%14
%0
%0

Triadic Colors of #88dcff

#88dcff #ff88dc #dcff88

Analogous Colors of #88dcff

#88dcff #88a1ff #88ffe7

Monochromatic Colors of #88dcff

#88dcff

Complementary Color

#88dcff #ffab88

#88dcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dcff Color CSS Codes

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

#88dcff Text Font Color

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

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


#88dcff Background Color

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

This div background color is #88dcff


#88dcff Border Color

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

This div border color is #88dcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dcff


Comments

No comments written yet.

Please login to write comment.