Color Hex Logo

#88bcfe Color Hex

#88BCFE
(136,188,254)
0 Favorites   0 Comments

Color spaces of #88bcfe

RGB 136188254
HSL0.590.980.76
HSV214°46°100°
CMYK 0.460.260.00   0.00
XYZ46.026048.3564100.6738
Yxy48.35640.23600.2479
Hunter Lab69.5388-3.5481-37.1592
CIE-Lab75.04920.1840-37.8605

#88bcfe color RGB value is (136,188,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111100 11111110
Octal 210 274 376
Decimal 136 188 254
Hex 88 BC FE

RGB Percentages of Color #88bcfe

%23.53
%32.53
%43.94

CMYK Percentages of Color #88bcfe

%46
%26
%0
%0

Triadic Colors of #88bcfe

#88bcfe #fe88bc #bcfe88

Analogous Colors of #88bcfe

#88bcfe #8f88fe #88f7fe

Monochromatic Colors of #88bcfe

#88bcfe

Complementary Color

#88bcfe #feca88

#88bcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bcfe Color CSS Codes

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

#88bcfe Text Font Color

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

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


#88bcfe Background Color

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

This div background color is #88bcfe


#88bcfe Border Color

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

This div border color is #88bcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.