Color Hex Logo

#89dbcf Color Hex

#89DBCF
(137,219,207)
0 Favorites   0 Comments

Color spaces of #89dbcf

RGB 137219207
HSL0.480.530.70
HSV171°37°86°
CMYK 0.370.000.05   0.14
XYZ46.910560.486468.2341
Yxy60.48640.26710.3444
Hunter Lab77.7730-28.43652.4231
CIE-Lab82.1019-27.7163-2.0090

#89dbcf color RGB value is (137,219,207).

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

The process color (four color CMYK) of #89dbcf color hex is 0.37, 0.00, 0.05, 0.14. Web safe color of #89dbcf is #99cccc. Color #89dbcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011011 11001111
Octal 211 333 317
Decimal 137 219 207
Hex 89 DB CF

RGB Percentages of Color #89dbcf

%24.33
%38.90
%36.77

CMYK Percentages of Color #89dbcf

%37
%0
%5
%14

Triadic Colors of #89dbcf

#89dbcf #cf89db #dbcf89

Analogous Colors of #89dbcf

#89dbcf #89bedb #89dba6

Monochromatic Colors of #89dbcf

#89dbcf

Complementary Color

#89dbcf #db8995

#89dbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dbcf Color CSS Codes

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

#89dbcf Text Font Color

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

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


#89dbcf Background Color

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

This div background color is #89dbcf


#89dbcf Border Color

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

This div border color is #89dbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dbcf


Comments

No comments written yet.

Please login to write comment.