Color Hex Logo

#88dffa Color Hex

#88DFFA
(136,223,250)
0 Favorites   0 Comments

Color spaces of #88dffa

RGB 136223250
HSL0.540.920.76
HSV194°46°98°
CMYK 0.460.110.00   0.02
XYZ53.796364.9117100.1363
Yxy64.91170.24580.2966
Hunter Lab80.5678-21.8066-17.2930
CIE-Lab84.4382-19.3289-21.3251

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

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

The process color (four color CMYK) of #88dffa color hex is 0.46, 0.11, 0.00, 0.02. Web safe color of #88dffa is #99ccff. Color #88dffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 11011111 11111010
Octal 210 337 372
Decimal 136 223 250
Hex 88 DF FA

RGB Percentages of Color #88dffa

%22.33
%36.62
%41.05

CMYK Percentages of Color #88dffa

%46
%11
%0
%2

Triadic Colors of #88dffa

#88dffa #fa88df #dffa88

Analogous Colors of #88dffa

#88dffa #88a6fa #88fadc

Monochromatic Colors of #88dffa

#88dffa

Complementary Color

#88dffa #faa388

#88dffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88dffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#88dffa Color CSS Codes

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

#88dffa Text Font Color

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

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


#88dffa Background Color

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

This div background color is #88dffa


#88dffa Border Color

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

This div border color is #88dffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88dffa


Comments

No comments written yet.

Please login to write comment.