Color Hex Logo

#88fcbc Color Hex

#88FCBC
(136,252,188)
0 Favorites   0 Comments

Color spaces of #88fcbc

RGB 136252188
HSL0.410.950.76
HSV147°46°99°
CMYK 0.460.000.25   0.01
XYZ54.040878.485959.8780
Yxy78.48590.28090.4079
Hunter Lab88.5923-46.152421.9415
CIE-Lab91.0012-46.991920.6275

#88fcbc color RGB value is (136,252,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11111100 10111100
Octal 210 374 274
Decimal 136 252 188
Hex 88 FC BC

RGB Percentages of Color #88fcbc

%23.61
%43.75
%32.64

CMYK Percentages of Color #88fcbc

%46
%0
%25
%1

Triadic Colors of #88fcbc

#88fcbc #bc88fc #fcbc88

Analogous Colors of #88fcbc

#88fcbc #88fcf6 #8efc88

Monochromatic Colors of #88fcbc

#88fcbc

Complementary Color

#88fcbc #fc88c8

#88fcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88fcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88fcbc Color CSS Codes

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

#88fcbc Text Font Color

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

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


#88fcbc Background Color

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

This div background color is #88fcbc


#88fcbc Border Color

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

This div border color is #88fcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88fcbc


Comments

No comments written yet.

Please login to write comment.