Color Hex Logo

#89bbdf Color Hex

#89BBDF
(137,187,223)
0 Favorites   0 Comments

Color spaces of #89bbdf

RGB 137187223
HSL0.570.570.71
HSV205°39°87°
CMYK 0.390.160.00   0.13
XYZ41.406146.186776.5446
Yxy46.18670.25230.2814
Hunter Lab67.9608-10.1777-19.2061
CIE-Lab73.6665-7.4592-23.2366

#89bbdf color RGB value is (137,187,223).

#89bbdf hex color red value is 137, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #89bbdf hue: 0.57 , saturation: 0.57 and the lightness value of 89bbdf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111011 11011111
Octal 211 273 337
Decimal 137 187 223
Hex 89 BB DF

RGB Percentages of Color #89bbdf

%25.05
%34.19
%40.77

CMYK Percentages of Color #89bbdf

%39
%16
%0
%13

Triadic Colors of #89bbdf

#89bbdf #df89bb #bbdf89

Analogous Colors of #89bbdf

#89bbdf #8990df #89dfd8

Monochromatic Colors of #89bbdf

#89bbdf

Complementary Color

#89bbdf #dfad89

#89bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bbdf Color CSS Codes

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

#89bbdf Text Font Color

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

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


#89bbdf Background Color

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

This div background color is #89bbdf


#89bbdf Border Color

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

This div border color is #89bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bbdf


Comments

No comments written yet.

Please login to write comment.