Color Hex Logo

#89dedb Color Hex

#89DEDB
(137,222,219)
0 Favorites   0 Comments

Color spaces of #89dedb

RGB 137222219
HSL0.490.560.70
HSV178°38°87°
CMYK 0.380.000.01   0.13
XYZ49.224062.675476.5210
Yxy62.67540.26120.3326
Hunter Lab79.1678-27.5581-1.8903
CIE-Lab83.2713-26.3652-6.6583

#89dedb color RGB value is (137,222,219).

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

The process color (four color CMYK) of #89dedb color hex is 0.38, 0.00, 0.01, 0.13. Web safe color of #89dedb is #99cccc. Color #89dedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011110 11011011
Octal 211 336 333
Decimal 137 222 219
Hex 89 DE DB

RGB Percentages of Color #89dedb

%23.70
%38.41
%37.89

CMYK Percentages of Color #89dedb

%38
%0
%1
%13

Triadic Colors of #89dedb

#89dedb #db89de #dedb89

Analogous Colors of #89dedb

#89dedb #89b7de #89deb1

Monochromatic Colors of #89dedb

#89dedb

Complementary Color

#89dedb #de898c

#89dedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dedb Color CSS Codes

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

#89dedb Text Font Color

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

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


#89dedb Background Color

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

This div background color is #89dedb


#89dedb Border Color

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

This div border color is #89dedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dedb


Comments

No comments written yet.

Please login to write comment.