Color Hex Logo

#89dbcc Color Hex

#89DBCC
(137,219,204)
0 Favorites   0 Comments

Color spaces of #89dbcc

RGB 137219204
HSL0.470.530.70
HSV169°37°86°
CMYK 0.370.000.07   0.14
XYZ46.547160.341066.3204
Yxy60.34100.26870.3484
Hunter Lab77.6795-28.97833.7556
CIE-Lab82.0232-28.4002-0.5294

#89dbcc color RGB value is (137,219,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011011 11001100
Octal 211 333 314
Decimal 137 219 204
Hex 89 DB CC

RGB Percentages of Color #89dbcc

%24.46
%39.11
%36.43

CMYK Percentages of Color #89dbcc

%37
%0
%7
%14

Triadic Colors of #89dbcc

#89dbcc #cc89db #dbcc89

Analogous Colors of #89dbcc

#89dbcc #89c1db #89dba3

Monochromatic Colors of #89dbcc

#89dbcc

Complementary Color

#89dbcc #db8998

#89dbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dbcc Color CSS Codes

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

#89dbcc Text Font Color

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

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


#89dbcc Background Color

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

This div background color is #89dbcc


#89dbcc Border Color

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

This div border color is #89dbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dbcc


Comments

No comments written yet.

Please login to write comment.