Color Hex Logo

#88fefb Color Hex

#88FEFB
(136,254,251)
0 Favorites   0 Comments

Color spaces of #88fefb

RGB 136254251
HSL0.500.980.76
HSV178°46°100°
CMYK 0.460.000.01   0.00
XYZ63.007783.0829103.9825
Yxy83.08290.25200.3322
Hunter Lab91.1498-36.1233-3.8324
CIE-Lab93.0507-34.0777-8.9349

#88fefb color RGB value is (136,254,251).

#88fefb hex color red value is 136, green value is 254 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #88fefb hue: 0.50 , saturation: 0.98 and the lightness value of 88fefb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11111110 11111011
Octal 210 376 373
Decimal 136 254 251
Hex 88 FE FB

RGB Percentages of Color #88fefb

%21.22
%39.63
%39.16

CMYK Percentages of Color #88fefb

%46
%0
%1
%0

Triadic Colors of #88fefb

#88fefb #fb88fe #fefb88

Analogous Colors of #88fefb

#88fefb #88c6fe #88fec0

Monochromatic Colors of #88fefb

#88fefb

Complementary Color

#88fefb #fe888b

#88fefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88fefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88fefb Color CSS Codes

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

#88fefb Text Font Color

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

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


#88fefb Background Color

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

This div background color is #88fefb


#88fefb Border Color

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

This div border color is #88fefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88fefb


Comments

No comments written yet.

Please login to write comment.