Color Hex Logo

#88ceff Color Hex

#88CEFF
(136,206,255)
0 Favorites   0 Comments

Color spaces of #88ceff

RGB 136206255
HSL0.571.000.77
HSV205°47°100°
CMYK 0.470.190.00   0.00
XYZ50.274656.5969102.8823
Yxy56.59690.23970.2698
Hunter Lab75.2309-12.3678-28.4206
CIE-Lab79.9523-9.2228-30.8212

#88ceff color RGB value is (136,206,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11001110 11111111
Octal 210 316 377
Decimal 136 206 255
Hex 88 CE FF

RGB Percentages of Color #88ceff

%22.78
%34.51
%42.71

CMYK Percentages of Color #88ceff

%47
%19
%0
%0

Triadic Colors of #88ceff

#88ceff #ff88ce #ceff88

Analogous Colors of #88ceff

#88ceff #8893ff #88fff5

Monochromatic Colors of #88ceff

#88ceff

Complementary Color

#88ceff #ffb988

#88ceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88ceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#88ceff Color CSS Codes

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

#88ceff Text Font Color

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

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


#88ceff Background Color

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

This div background color is #88ceff


#88ceff Border Color

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

This div border color is #88ceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88ceff


Comments

No comments written yet.

Please login to write comment.