Color Hex Logo

#89d5eb Color Hex

#89D5EB
(137,213,235)
0 Favorites   0 Comments

Color spaces of #89d5eb

RGB 137213235
HSL0.540.710.73
HSV193°42°92°
CMYK 0.420.090.00   0.08
XYZ49.106258.905087.3789
Yxy58.90500.25130.3015
Hunter Lab76.7496-20.1033-13.7766
CIE-Lab81.2393-17.9274-18.2029

#89d5eb color RGB value is (137,213,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11010101 11101011
Octal 211 325 353
Decimal 137 213 235
Hex 89 D5 EB

RGB Percentages of Color #89d5eb

%23.42
%36.41
%40.17

CMYK Percentages of Color #89d5eb

%42
%9
%0
%8

Triadic Colors of #89d5eb

#89d5eb #eb89d5 #d5eb89

Analogous Colors of #89d5eb

#89d5eb #89a4eb #89ebd0

Monochromatic Colors of #89d5eb

#89d5eb

Complementary Color

#89d5eb #eb9f89

#89d5eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89d5eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89d5eb Color CSS Codes

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

#89d5eb Text Font Color

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

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


#89d5eb Background Color

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

This div background color is #89d5eb


#89d5eb Border Color

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

This div border color is #89d5eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89d5eb


Comments

No comments written yet.

Please login to write comment.