Color Hex Logo

#89dbed Color Hex

#89DBED
(137,219,237)
0 Favorites   0 Comments

Color spaces of #89dbed

RGB 137219237
HSL0.530.740.73
HSV191°42°93°
CMYK 0.420.080.00   0.07
XYZ50.934162.095889.4219
Yxy62.09580.25160.3067
Hunter Lab78.8009-22.5255-12.1207
CIE-Lab82.9643-20.4451-16.6661

#89dbed color RGB value is (137,219,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011011 11101101
Octal 211 333 355
Decimal 137 219 237
Hex 89 DB ED

RGB Percentages of Color #89dbed

%23.10
%36.93
%39.97

CMYK Percentages of Color #89dbed

%42
%8
%0
%7

Triadic Colors of #89dbed

#89dbed #ed89db #dbed89

Analogous Colors of #89dbed

#89dbed #89a9ed #89edcd

Monochromatic Colors of #89dbed

#89dbed

Complementary Color

#89dbed #ed9b89

#89dbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dbed Color CSS Codes

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

#89dbed Text Font Color

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

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


#89dbed Background Color

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

This div background color is #89dbed


#89dbed Border Color

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

This div border color is #89dbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dbed


Comments

No comments written yet.

Please login to write comment.