Color Hex Logo

#88beeb Color Hex

#88BEEB
(136,190,235)
0 Favorites   0 Comments

Color spaces of #88beeb

RGB 136190235
HSL0.580.710.73
HSV207°42°92°
CMYK 0.420.190.00   0.08
XYZ43.562248.059385.5777
Yxy48.05930.24580.2712
Hunter Lab69.3248-9.1529-24.6629
CIE-Lab74.8623-6.1455-27.9119

#88beeb color RGB value is (136,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111110 11101011
Octal 210 276 353
Decimal 136 190 235
Hex 88 BE EB

RGB Percentages of Color #88beeb

%24.24
%33.87
%41.89

CMYK Percentages of Color #88beeb

%42
%19
%0
%8

Triadic Colors of #88beeb

#88beeb #eb88be #beeb88

Analogous Colors of #88beeb

#88beeb #888deb #88ebe7

Monochromatic Colors of #88beeb

#88beeb

Complementary Color

#88beeb #ebb588

#88beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88beeb Color CSS Codes

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

#88beeb Text Font Color

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

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


#88beeb Background Color

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

This div background color is #88beeb


#88beeb Border Color

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

This div border color is #88beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88beeb


Comments

No comments written yet.

Please login to write comment.