Color Hex Logo

#88face Color Hex

#88FACE
(136,250,206)
0 Favorites   0 Comments

Color spaces of #88face

RGB 136250206
HSL0.440.920.76
HSV157°46°98°
CMYK 0.460.000.18   0.02
XYZ55.479578.061770.5359
Yxy78.06170.27190.3825
Hunter Lab88.3525-42.530814.5128
CIE-Lab90.8081-42.515811.0985

#88face color RGB value is (136,250,206).

#88face hex color red value is 136, green value is 250 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #88face hue: 0.44 , saturation: 0.92 and the lightness value of 88face is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11111010 11001110
Octal 210 372 316
Decimal 136 250 206
Hex 88 FA CE

RGB Percentages of Color #88face

%22.97
%42.23
%34.80

CMYK Percentages of Color #88face

%46
%0
%18
%2

Triadic Colors of #88face

#88face #ce88fa #face88

Analogous Colors of #88face

#88face #88edfa #88fa95

Monochromatic Colors of #88face

#88face

Complementary Color

#88face #fa88b4

#88face Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88face Color Preview on White Background

Lorem ipsum dolor sit amet.

#88face Color CSS Codes

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

#88face Text Font Color

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

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


#88face Background Color

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

This div background color is #88face


#88face Border Color

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

This div border color is #88face


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88face


Comments

No comments written yet.

Please login to write comment.