Color Hex Logo

#88baeb Color Hex

#88BAEB
(136,186,235)
0 Favorites   0 Comments

Color spaces of #88baeb

RGB 136186235
HSL0.580.710.73
HSV210°42°92°
CMYK 0.420.210.00   0.08
XYZ42.707646.350285.2928
Yxy46.35020.24500.2658
Hunter Lab68.0810-7.1676-26.6226
CIE-Lab73.7722-3.9843-29.5863

#88baeb color RGB value is (136,186,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111010 11101011
Octal 210 272 353
Decimal 136 186 235
Hex 88 BA EB

RGB Percentages of Color #88baeb

%24.42
%33.39
%42.19

CMYK Percentages of Color #88baeb

%42
%21
%0
%8

Triadic Colors of #88baeb

#88baeb #eb88ba #baeb88

Analogous Colors of #88baeb

#88baeb #8889eb #88ebeb

Monochromatic Colors of #88baeb

#88baeb

Complementary Color

#88baeb #ebb988

#88baeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88baeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#88baeb Color CSS Codes

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

#88baeb Text Font Color

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

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


#88baeb Background Color

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

This div background color is #88baeb


#88baeb Border Color

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

This div border color is #88baeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88baeb


Comments

No comments written yet.

Please login to write comment.