Color Hex Logo

#89bace Color Hex

#89BACE
(137,186,206)
0 Favorites   0 Comments

Color spaces of #89bace

RGB 137186206
HSL0.550.410.67
HSV197°33°81°
CMYK 0.330.100.00   0.19
XYZ39.016044.892465.0013
Yxy44.89240.26200.3015
Hunter Lab67.0018-13.3103-10.6185
CIE-Lab72.8210-11.2527-15.2637

#89bace color RGB value is (137,186,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111010 11001110
Octal 211 272 316
Decimal 137 186 206
Hex 89 BA CE

RGB Percentages of Color #89bace

%25.90
%35.16
%38.94

CMYK Percentages of Color #89bace

%33
%10
%0
%19

Triadic Colors of #89bace

#89bace #ce89ba #bace89

Analogous Colors of #89bace

#89bace #8998ce #89cec0

Monochromatic Colors of #89bace

#89bace

Complementary Color

#89bace #ce9d89

#89bace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bace Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bace Color CSS Codes

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

#89bace Text Font Color

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

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


#89bace Background Color

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

This div background color is #89bace


#89bace Border Color

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

This div border color is #89bace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,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 #89bace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bace


Comments

No comments written yet.

Please login to write comment.