Color Hex Logo

#89cfdb Color Hex

#89CFDB
(137,207,219)
0 Favorites   0 Comments

Color spaces of #89cfdb

RGB 137207219
HSL0.520.530.70
HSV189°37°86°
CMYK 0.370.050.00   0.14
XYZ45.415555.058575.2515
Yxy55.05850.25840.3133
Hunter Lab74.2014-20.6003-8.1881
CIE-Lab79.0750-18.9122-12.9046

#89cfdb color RGB value is (137,207,219).

#89cfdb hex color red value is 137, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #89cfdb hue: 0.52 , saturation: 0.53 and the lightness value of 89cfdb is 0.70.

The process color (four color CMYK) of #89cfdb color hex is 0.37, 0.05, 0.00, 0.14. Web safe color of #89cfdb is #99cccc. Color #89cfdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001111 11011011
Octal 211 317 333
Decimal 137 207 219
Hex 89 CF DB

RGB Percentages of Color #89cfdb

%24.33
%36.77
%38.90

CMYK Percentages of Color #89cfdb

%37
%5
%0
%14

Triadic Colors of #89cfdb

#89cfdb #db89cf #cfdb89

Analogous Colors of #89cfdb

#89cfdb #89a6db #89dbbe

Monochromatic Colors of #89cfdb

#89cfdb

Complementary Color

#89cfdb #db9589

#89cfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cfdb Color CSS Codes

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

#89cfdb Text Font Color

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

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


#89cfdb Background Color

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

This div background color is #89cfdb


#89cfdb Border Color

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

This div border color is #89cfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cfdb


Comments

No comments written yet.

Please login to write comment.