Color Hex Logo

#88baea Color Hex

#88BAEA
(136,186,234)
0 Favorites   0 Comments

Color spaces of #88baea

RGB 136186234
HSL0.580.700.73
HSV209°42°92°
CMYK 0.420.210.00   0.08
XYZ42.563546.292684.5339
Yxy46.29260.24550.2670
Hunter Lab68.0387-7.4020-26.0371
CIE-Lab73.7350-4.2551-29.1020

#88baea color RGB value is (136,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111010 11101010
Octal 210 272 352
Decimal 136 186 234
Hex 88 BA EA

RGB Percentages of Color #88baea

%24.46
%33.45
%42.09

CMYK Percentages of Color #88baea

%42
%21
%0
%8

Triadic Colors of #88baea

#88baea #ea88ba #baea88

Analogous Colors of #88baea

#88baea #8889ea #88eae9

Monochromatic Colors of #88baea

#88baea

Complementary Color

#88baea #eab888

#88baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#88baea Color CSS Codes

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

#88baea Text Font Color

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

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


#88baea Background Color

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

This div background color is #88baea


#88baea Border Color

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

This div border color is #88baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88baea


Comments

No comments written yet.

Please login to write comment.