Color Hex Logo

#88baff Color Hex

#88BAFF
(136,186,255)
0 Favorites   0 Comments

Color spaces of #88baff

RGB 136186255
HSL0.601.000.77
HSV215°47°100°
CMYK 0.470.270.00   0.00
XYZ45.762247.5721101.3781
Yxy47.57210.23500.2443
Hunter Lab68.9725-2.2700-38.8656
CIE-Lab74.55421.5658-39.1671

#88baff color RGB value is (136,186,255).

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

The process color (four color CMYK) of #88baff color hex is 0.47, 0.27, 0.00, 0.00. Web safe color of #88baff is #99ccff. Color #88baff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111010 11111111
Octal 210 272 377
Decimal 136 186 255
Hex 88 BA FF

RGB Percentages of Color #88baff

%23.57
%32.24
%44.19

CMYK Percentages of Color #88baff

%47
%27
%0
%0

Triadic Colors of #88baff

#88baff #ff88ba #baff88

Analogous Colors of #88baff

#88baff #9288ff #88f6ff

Monochromatic Colors of #88baff

#88baff

Complementary Color

#88baff #ffcd88

#88baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#88baff Color CSS Codes

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

#88baff Text Font Color

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

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


#88baff Background Color

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

This div background color is #88baff


#88baff Border Color

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

This div border color is #88baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88baff

Related Colors


Comments

No comments written yet.

Please login to write comment.