Color Hex Logo

#89cbdf Color Hex

#89CBDF
(137,203,223)
0 Favorites   0 Comments

Color spaces of #89cbdf

RGB 137203223
HSL0.540.570.71
HSV194°39°87°
CMYK 0.390.090.00   0.13
XYZ44.991753.358077.7398
Yxy53.35800.25550.3030
Hunter Lab73.0466-17.8877-11.9668
CIE-Lab78.0859-15.8687-16.5378

#89cbdf color RGB value is (137,203,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001011 11011111
Octal 211 313 337
Decimal 137 203 223
Hex 89 CB DF

RGB Percentages of Color #89cbdf

%24.33
%36.06
%39.61

CMYK Percentages of Color #89cbdf

%39
%9
%0
%13

Triadic Colors of #89cbdf

#89cbdf #df89cb #cbdf89

Analogous Colors of #89cbdf

#89cbdf #89a0df #89dfc8

Monochromatic Colors of #89cbdf

#89cbdf

Complementary Color

#89cbdf #df9d89

#89cbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cbdf Color CSS Codes

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

#89cbdf Text Font Color

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

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


#89cbdf Background Color

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

This div background color is #89cbdf


#89cbdf Border Color

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

This div border color is #89cbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cbdf


Comments

No comments written yet.

Please login to write comment.