Color Hex Logo

#88bdeb Color Hex

#88BDEB
(136,189,235)
0 Favorites   0 Comments

Color spaces of #88bdeb

RGB 136189235
HSL0.580.710.73
HSV208°42°92°
CMYK 0.420.200.00   0.08
XYZ43.346347.627685.5057
Yxy47.62760.24560.2699
Hunter Lab69.0128-8.6580-25.1504
CIE-Lab74.5894-5.6072-28.3306

#88bdeb color RGB value is (136,189,235).

#88bdeb hex color red value is 136, green value is 189 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #88bdeb hue: 0.58 , saturation: 0.71 and the lightness value of 88bdeb is 0.73.

The process color (four color CMYK) of #88bdeb color hex is 0.42, 0.20, 0.00, 0.08. Web safe color of #88bdeb is #99ccff. Color #88bdeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111101 11101011
Octal 210 275 353
Decimal 136 189 235
Hex 88 BD EB

RGB Percentages of Color #88bdeb

%24.29
%33.75
%41.96

CMYK Percentages of Color #88bdeb

%42
%20
%0
%8

Triadic Colors of #88bdeb

#88bdeb #eb88bd #bdeb88

Analogous Colors of #88bdeb

#88bdeb #888ceb #88ebe8

Monochromatic Colors of #88bdeb

#88bdeb

Complementary Color

#88bdeb #ebb688

#88bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bdeb Color CSS Codes

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

#88bdeb Text Font Color

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

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


#88bdeb Background Color

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

This div background color is #88bdeb


#88bdeb Border Color

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

This div border color is #88bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bdeb


Comments

No comments written yet.

Please login to write comment.