Color Hex Logo

#88febc Color Hex

#88FEBC
(136,254,188)
0 Favorites   0 Comments

Color spaces of #88febc

RGB 136254188
HSL0.410.980.76
HSV146°46°100°
CMYK 0.460.000.26   0.00
XYZ54.672379.748760.0885
Yxy79.74870.28110.4100
Hunter Lab89.3021-46.998022.6172
CIE-Lab91.5720-47.845121.4199

#88febc color RGB value is (136,254,188).

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

The process color (four color CMYK) of #88febc color hex is 0.46, 0.00, 0.26, 0.00. Web safe color of #88febc is #99ffcc. Color #88febc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11111110 10111100
Octal 210 376 274
Decimal 136 254 188
Hex 88 FE BC

RGB Percentages of Color #88febc

%23.53
%43.94
%32.53

CMYK Percentages of Color #88febc

%46
%0
%26
%0

Triadic Colors of #88febc

#88febc #bc88fe #febc88

Analogous Colors of #88febc

#88febc #88fef7 #8ffe88

Monochromatic Colors of #88febc

#88febc

Complementary Color

#88febc #fe88ca

#88febc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88febc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88febc Color CSS Codes

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

#88febc Text Font Color

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

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


#88febc Background Color

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

This div background color is #88febc


#88febc Border Color

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

This div border color is #88febc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88febc


Comments

No comments written yet.

Please login to write comment.