Color Hex Logo

#88bdfc Color Hex

#88BDFC
(136,189,252)
0 Favorites   0 Comments

Color spaces of #88bdfc

RGB 136189252
HSL0.590.950.76
HSV213°46°99°
CMYK 0.460.250.00   0.01
XYZ45.921648.657799.0670
Yxy48.65770.23710.2513
Hunter Lab69.7551-4.5601-35.3758
CIE-Lab75.2379-0.9265-36.4930

#88bdfc color RGB value is (136,189,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111101 11111100
Octal 210 275 374
Decimal 136 189 252
Hex 88 BD FC

RGB Percentages of Color #88bdfc

%23.57
%32.76
%43.67

CMYK Percentages of Color #88bdfc

%46
%25
%0
%1

Triadic Colors of #88bdfc

#88bdfc #fc88bd #bdfc88

Analogous Colors of #88bdfc

#88bdfc #8d88fc #88f7fc

Monochromatic Colors of #88bdfc

#88bdfc

Complementary Color

#88bdfc #fcc788

#88bdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bdfc Color CSS Codes

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

#88bdfc Text Font Color

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

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


#88bdfc Background Color

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

This div background color is #88bdfc


#88bdfc Border Color

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

This div border color is #88bdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bdfc


Comments

No comments written yet.

Please login to write comment.