Color Hex Logo

#89dcee Color Hex

#89DCEE
(137,220,238)
0 Favorites   0 Comments

Color spaces of #89dcee

RGB 137220238
HSL0.530.750.74
HSV191°42°93°
CMYK 0.420.080.00   0.07
XYZ51.342362.677890.2809
Yxy62.67780.25130.3068
Hunter Lab79.1693-22.7868-12.1930
CIE-Lab83.2726-20.6916-16.7325

#89dcee color RGB value is (137,220,238).

#89dcee hex color red value is 137, green value is 220 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #89dcee hue: 0.53 , saturation: 0.75 and the lightness value of 89dcee is 0.74.

The process color (four color CMYK) of #89dcee color hex is 0.42, 0.08, 0.00, 0.07. Web safe color of #89dcee is #99ccff. Color #89dcee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011100 11101110
Octal 211 334 356
Decimal 137 220 238
Hex 89 DC EE

RGB Percentages of Color #89dcee

%23.03
%36.97
%40.00

CMYK Percentages of Color #89dcee

%42
%8
%0
%7

Triadic Colors of #89dcee

#89dcee #ee89dc #dcee89

Analogous Colors of #89dcee

#89dcee #89aaee #89eece

Monochromatic Colors of #89dcee

#89dcee

Complementary Color

#89dcee #ee9b89

#89dcee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dcee Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dcee Color CSS Codes

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

#89dcee Text Font Color

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

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


#89dcee Background Color

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

This div background color is #89dcee


#89dcee Border Color

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

This div border color is #89dcee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dcee


Comments

No comments written yet.

Please login to write comment.