Color Hex Logo

#89dbec Color Hex

#89DBEC
(137,219,236)
1 Favorites   0 Comments

Color spaces of #89dbec

RGB 137219236
HSL0.530.720.73
HSV190°42°93°
CMYK 0.420.070.00   0.07
XYZ50.788462.037588.6545
Yxy62.03750.25210.3079
Hunter Lab78.7639-22.7367-11.6005
CIE-Lab82.9334-20.6992-16.1822

#89dbec color RGB value is (137,219,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011011 11101100
Octal 211 333 354
Decimal 137 219 236
Hex 89 DB EC

RGB Percentages of Color #89dbec

%23.14
%36.99
%39.86

CMYK Percentages of Color #89dbec

%42
%7
%0
%7

Triadic Colors of #89dbec

#89dbec #ec89db #dbec89

Analogous Colors of #89dbec

#89dbec #89aaec #89eccc

Monochromatic Colors of #89dbec

#89dbec

Complementary Color

#89dbec #ec9a89

#89dbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dbec Color CSS Codes

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

#89dbec Text Font Color

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

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


#89dbec Background Color

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

This div background color is #89dbec


#89dbec Border Color

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

This div border color is #89dbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dbec


Comments

No comments written yet.

Please login to write comment.