Color Hex Logo

#88ebfc Color Hex

#88EBFC
(136,235,252)
0 Favorites   0 Comments

Color spaces of #88ebfc

RGB 136235252
HSL0.520.950.76
HSV189°46°99°
CMYK 0.460.070.00   0.01
XYZ57.432471.6792102.9039
Yxy71.67920.24750.3089
Hunter Lab84.6636-27.0739-12.7992
CIE-Lab87.8139-24.7636-17.2804

#88ebfc color RGB value is (136,235,252).

#88ebfc hex color red value is 136, green value is 235 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #88ebfc hue: 0.52 , saturation: 0.95 and the lightness value of 88ebfc is 0.76.

The process color (four color CMYK) of #88ebfc color hex is 0.46, 0.07, 0.00, 0.01. Web safe color of #88ebfc is #99ffff. Color #88ebfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11101011 11111100
Octal 210 353 374
Decimal 136 235 252
Hex 88 EB FC

RGB Percentages of Color #88ebfc

%21.83
%37.72
%40.45

CMYK Percentages of Color #88ebfc

%46
%7
%0
%1

Triadic Colors of #88ebfc

#88ebfc #fc88eb #ebfc88

Analogous Colors of #88ebfc

#88ebfc #88b1fc #88fcd3

Monochromatic Colors of #88ebfc

#88ebfc

Complementary Color

#88ebfc #fc9988

#88ebfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88ebfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88ebfc Color CSS Codes

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

#88ebfc Text Font Color

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

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


#88ebfc Background Color

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

This div background color is #88ebfc


#88ebfc Border Color

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

This div border color is #88ebfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88ebfc


Comments

No comments written yet.

Please login to write comment.