Color Hex Logo

#88deff Color Hex

#88DEFF
(136,222,255)
0 Favorites   0 Comments

Color spaces of #88deff

RGB 136222255
HSL0.551.000.77
HSV197°47°100°
CMYK 0.470.130.00   0.00
XYZ54.324664.6968104.2323
Yxy64.69680.24330.2898
Hunter Lab80.4343-20.2028-20.5280
CIE-Lab84.3273-17.5012-24.1329

#88deff color RGB value is (136,222,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011110 11111111
Octal 210 336 377
Decimal 136 222 255
Hex 88 DE FF

RGB Percentages of Color #88deff

%22.19
%36.22
%41.60

CMYK Percentages of Color #88deff

%47
%13
%0
%0

Triadic Colors of #88deff

#88deff #ff88de #deff88

Analogous Colors of #88deff

#88deff #88a3ff #88ffe5

Monochromatic Colors of #88deff

#88deff

Complementary Color

#88deff #ffa988

#88deff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88deff Color Preview on White Background

Lorem ipsum dolor sit amet.

#88deff Color CSS Codes

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

#88deff Text Font Color

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

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


#88deff Background Color

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

This div background color is #88deff


#88deff Border Color

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

This div border color is #88deff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88deff

#88deff Color Palettes


Comments

No comments written yet.

Please login to write comment.