Color Hex Logo

#89bade Color Hex

#89BADE
(137,186,222)
0 Favorites   0 Comments

Color spaces of #89bade

RGB 137186222
HSL0.570.560.70
HSV205°38°87°
CMYK 0.380.160.00   0.13
XYZ41.060245.710175.7661
Yxy45.71010.25260.2812
Hunter Lab67.6092-9.9102-19.1167
CIE-Lab73.3570-7.1836-23.1652

#89bade color RGB value is (137,186,222).

#89bade hex color red value is 137, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #89bade hue: 0.57 , saturation: 0.56 and the lightness value of 89bade is 0.70.

The process color (four color CMYK) of #89bade color hex is 0.38, 0.16, 0.00, 0.13. Web safe color of #89bade is #99cccc. Color #89bade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111010 11011110
Octal 211 272 336
Decimal 137 186 222
Hex 89 BA DE

RGB Percentages of Color #89bade

%25.14
%34.13
%40.73

CMYK Percentages of Color #89bade

%38
%16
%0
%13

Triadic Colors of #89bade

#89bade #de89ba #bade89

Analogous Colors of #89bade

#89bade #8990de #89ded8

Monochromatic Colors of #89bade

#89bade

Complementary Color

#89bade #dead89

#89bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bade Color CSS Codes

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

#89bade Text Font Color

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

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


#89bade Background Color

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

This div background color is #89bade


#89bade Border Color

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

This div border color is #89bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bade


Comments

No comments written yet.

Please login to write comment.