Color Hex Logo

#88bbff Color Hex

#88BBFF
(136,187,255)
1 Favorites   0 Comments

Color spaces of #88bbff

RGB 136187255
HSL0.601.000.77
HSV214°47°100°
CMYK 0.470.270.00   0.00
XYZ45.973747.9949101.4486
Yxy47.99490.23530.2456
Hunter Lab69.2784-2.7830-38.3272
CIE-Lab74.82171.0157-38.7512

#88bbff color RGB value is (136,187,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111011 11111111
Octal 210 273 377
Decimal 136 187 255
Hex 88 BB FF

RGB Percentages of Color #88bbff

%23.53
%32.35
%44.12

CMYK Percentages of Color #88bbff

%47
%27
%0
%0

Triadic Colors of #88bbff

#88bbff #ff88bb #bbff88

Analogous Colors of #88bbff

#88bbff #9188ff #88f7ff

Monochromatic Colors of #88bbff

#88bbff

Complementary Color

#88bbff #ffcc88

#88bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bbff Color CSS Codes

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

#88bbff Text Font Color

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

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


#88bbff Background Color

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

This div background color is #88bbff


#88bbff Border Color

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

This div border color is #88bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bbff

Related Colors


Comments

No comments written yet.

Please login to write comment.