Color Hex Logo

#88bafd Color Hex

#88BAFD
(136,186,253)
0 Favorites   0 Comments

Color spaces of #88bafd

RGB 136186253
HSL0.600.970.76
HSV214°46°99°
CMYK 0.460.260.00   0.01
XYZ45.441947.443999.6911
Yxy47.44390.23600.2464
Hunter Lab68.8795-2.7774-37.5963
CIE-Lab74.47281.0003-38.2181

#88bafd color RGB value is (136,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111010 11111101
Octal 210 272 375
Decimal 136 186 253
Hex 88 BA FD

RGB Percentages of Color #88bafd

%23.65
%32.35
%44.00

CMYK Percentages of Color #88bafd

%46
%26
%0
%1

Triadic Colors of #88bafd

#88bafd #fd88ba #bafd88

Analogous Colors of #88bafd

#88bafd #9188fd #88f5fd

Monochromatic Colors of #88bafd

#88bafd

Complementary Color

#88bafd #fdcb88

#88bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bafd Color CSS Codes

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

#88bafd Text Font Color

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

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


#88bafd Background Color

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

This div background color is #88bafd


#88bafd Border Color

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

This div border color is #88bafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bafd

Related Colors

#88bafd Color Palettes


Comments

No comments written yet.

Please login to write comment.