Color Hex Logo

#88bafc Color Hex

#88BAFC
(136,186,252)
0 Favorites   0 Comments

Color spaces of #88bafc

RGB 136186252
HSL0.590.950.76
HSV214°46°99°
CMYK 0.460.260.00   0.01
XYZ45.282947.380398.8541
Yxy47.38030.23640.2474
Hunter Lab68.8333-3.0299-36.9652
CIE-Lab74.43240.7181-37.7428

#88bafc color RGB value is (136,186,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111010 11111100
Octal 210 272 374
Decimal 136 186 252
Hex 88 BA FC

RGB Percentages of Color #88bafc

%23.69
%32.40
%43.90

CMYK Percentages of Color #88bafc

%46
%26
%0
%1

Triadic Colors of #88bafc

#88bafc #fc88ba #bafc88

Analogous Colors of #88bafc

#88bafc #9088fc #88f4fc

Monochromatic Colors of #88bafc

#88bafc

Complementary Color

#88bafc #fcca88

#88bafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bafc Color CSS Codes

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

#88bafc Text Font Color

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

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


#88bafc Background Color

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

This div background color is #88bafc


#88bafc Border Color

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

This div border color is #88bafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bafc


Comments

No comments written yet.

Please login to write comment.