Color Hex Logo

#88baee Color Hex

#88BAEE
(136,186,238)
0 Favorites   0 Comments

Color spaces of #88baee

RGB 136186238
HSL0.580.750.73
HSV211°43°93°
CMYK 0.430.220.00   0.07
XYZ43.144946.525187.5952
Yxy46.52510.24340.2625
Hunter Lab68.2093-6.4585-28.3944
CIE-Lab73.8850-3.1677-31.0361

#88baee color RGB value is (136,186,238).

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

The process color (four color CMYK) of #88baee color hex is 0.43, 0.22, 0.00, 0.07. Web safe color of #88baee is #99ccff. Color #88baee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111010 11101110
Octal 210 272 356
Decimal 136 186 238
Hex 88 BA EE

RGB Percentages of Color #88baee

%24.29
%33.21
%42.50

CMYK Percentages of Color #88baee

%43
%22
%0
%7

Triadic Colors of #88baee

#88baee #ee88ba #baee88

Analogous Colors of #88baee

#88baee #8988ee #88edee

Monochromatic Colors of #88baee

#88baee

Complementary Color

#88baee #eebc88

#88baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#88baee Color CSS Codes

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

#88baee Text Font Color

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

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


#88baee Background Color

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

This div background color is #88baee


#88baee Border Color

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

This div border color is #88baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88baee


Comments

No comments written yet.

Please login to write comment.