Color Hex Logo

#88bace Color Hex

#88BACE
(136,186,206)
0 Favorites   0 Comments

Color spaces of #88bace

RGB 136186206
HSL0.550.420.67
HSV197°34°81°
CMYK 0.340.100.00   0.19
XYZ38.852844.808364.9936
Yxy44.80830.26140.3014
Hunter Lab66.9390-13.5381-10.7096
CIE-Lab72.7655-11.5323-15.3527

#88bace color RGB value is (136,186,206).

#88bace hex color red value is 136, green value is 186 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #88bace hue: 0.55 , saturation: 0.42 and the lightness value of 88bace is 0.67.

The process color (four color CMYK) of #88bace color hex is 0.34, 0.10, 0.00, 0.19. Web safe color of #88bace is #99cccc. Color #88bace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10111010 11001110
Octal 210 272 316
Decimal 136 186 206
Hex 88 BA CE

RGB Percentages of Color #88bace

%25.76
%35.23
%39.02

CMYK Percentages of Color #88bace

%34
%10
%0
%19

Triadic Colors of #88bace

#88bace #ce88ba #bace88

Analogous Colors of #88bace

#88bace #8897ce #88cebf

Monochromatic Colors of #88bace

#88bace

Complementary Color

#88bace #ce9c88

#88bace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#88bace Color Preview on White Background

Lorem ipsum dolor sit amet.

#88bace Color CSS Codes

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

#88bace Text Font Color

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

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


#88bace Background Color

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

This div background color is #88bace


#88bace Border Color

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

This div border color is #88bace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #88bace


Comments

No comments written yet.

Please login to write comment.