Color Hex Logo

#88bdfa Color Hex

#88BDFA
(136,189,250)
0 Favorites   0 Comments

Color spaces of #88bdfa

RGB 136189250
HSL0.590.920.76
HSV212°46°98°
CMYK 0.460.240.00   0.02
XYZ45.606348.531697.4063
Yxy48.53160.23810.2534
Hunter Lab69.6646-5.0572-34.1351
CIE-Lab75.1590-1.4865-35.5399

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111101 11111010
Octal 210 275 372
Decimal 136 189 250
Hex 88 BD FA

RGB Percentages of Color #88bdfa

%23.65
%32.87
%43.48

CMYK Percentages of Color #88bdfa

%46
%24
%0
%2

Triadic Colors of #88bdfa

#88bdfa #fa88bd #bdfa88

Analogous Colors of #88bdfa

#88bdfa #8c88fa #88f6fa

Monochromatic Colors of #88bdfa

#88bdfa

Complementary Color

#88bdfa #fac588

#88bdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bdfa Color CSS Codes

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

#88bdfa Text Font Color

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

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


#88bdfa Background Color

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

This div background color is #88bdfa


#88bdfa Border Color

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

This div border color is #88bdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bdfa

Related Colors


Comments

No comments written yet.

Please login to write comment.