Color Hex Logo

#89c6dc Color Hex

#89C6DC
(137,198,220)
0 Favorites   0 Comments

Color spaces of #89c6dc

RGB 137198220
HSL0.540.540.70
HSV196°38°86°
CMYK 0.380.100.00   0.14
XYZ43.428950.873875.2408
Yxy50.87380.25620.3001
Hunter Lab71.3259-16.1352-12.6162
CIE-Lab76.6025-14.0399-17.1590

#89c6dc color RGB value is (137,198,220).

#89c6dc hex color red value is 137, green value is 198 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #89c6dc hue: 0.54 , saturation: 0.54 and the lightness value of 89c6dc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11000110 11011100
Octal 211 306 334
Decimal 137 198 220
Hex 89 C6 DC

RGB Percentages of Color #89c6dc

%24.68
%35.68
%39.64

CMYK Percentages of Color #89c6dc

%38
%10
%0
%14

Triadic Colors of #89c6dc

#89c6dc #dc89c6 #c6dc89

Analogous Colors of #89c6dc

#89c6dc #899ddc #89dcc9

Monochromatic Colors of #89c6dc

#89c6dc

Complementary Color

#89c6dc #dc9f89

#89c6dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89c6dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89c6dc Color CSS Codes

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

#89c6dc Text Font Color

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

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


#89c6dc Background Color

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

This div background color is #89c6dc


#89c6dc Border Color

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

This div border color is #89c6dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89c6dc


Comments

No comments written yet.

Please login to write comment.