Color Hex Logo

#88fafa Color Hex

#88FAFA
(136,250,250)
0 Favorites   0 Comments

Color spaces of #88fafa

RGB 136250250
HSL0.500.920.76
HSV180°46°98°
CMYK 0.460.000.00   0.02
XYZ61.594380.5076102.7356
Yxy80.50760.25160.3288
Hunter Lab89.7260-34.4855-5.0784
CIE-Lab91.9121-32.4546-10.1075

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 11111010 11111010
Octal 210 372 372
Decimal 136 250 250
Hex 88 FA FA

RGB Percentages of Color #88fafa

%21.38
%39.31
%39.31

CMYK Percentages of Color #88fafa

%46
%0
%0
%2

Triadic Colors of #88fafa

#88fafa #fa88fa #fafa88

Analogous Colors of #88fafa

#88fafa #88c1fa #88fac1

Monochromatic Colors of #88fafa

#88fafa

Complementary Color

#88fafa #fa8888

#88fafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88fafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#88fafa Color CSS Codes

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

#88fafa Text Font Color

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

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


#88fafa Background Color

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

This div background color is #88fafa


#88fafa Border Color

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

This div border color is #88fafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88fafa

Related Colors


Comments

No comments written yet.

Please login to write comment.