Color Hex Logo

#88bcfc Color Hex

#88BCFC
(136,188,252)
0 Favorites   0 Comments

Color spaces of #88bcfc

RGB 136188252
HSL0.590.950.76
HSV213°46°99°
CMYK 0.460.250.00   0.01
XYZ45.707248.229098.9955
Yxy48.22900.23690.2500
Hunter Lab69.4471-4.0511-35.9038
CIE-Lab74.9691-0.3796-36.9097

#88bcfc color RGB value is (136,188,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111100 11111100
Octal 210 274 374
Decimal 136 188 252
Hex 88 BC FC

RGB Percentages of Color #88bcfc

%23.61
%32.64
%43.75

CMYK Percentages of Color #88bcfc

%46
%25
%0
%1

Triadic Colors of #88bcfc

#88bcfc #fc88bc #bcfc88

Analogous Colors of #88bcfc

#88bcfc #8e88fc #88f6fc

Monochromatic Colors of #88bcfc

#88bcfc

Complementary Color

#88bcfc #fcc888

#88bcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bcfc Color CSS Codes

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

#88bcfc Text Font Color

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

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


#88bcfc Background Color

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

This div background color is #88bcfc


#88bcfc Border Color

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

This div border color is #88bcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.