Color Hex Logo

#89dddf Color Hex

#89DDDF
(137,221,223)
0 Favorites   0 Comments

Color spaces of #89dddf

RGB 137221223
HSL0.500.570.71
HSV181°39°87°
CMYK 0.390.010.00   0.13
XYZ49.492362.359079.2400
Yxy62.35900.25900.3263
Hunter Lab78.9677-26.3202-4.2170
CIE-Lab83.1040-24.9158-9.0285

#89dddf color RGB value is (137,221,223).

#89dddf hex color red value is 137, green value is 221 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #89dddf hue: 0.50 , saturation: 0.57 and the lightness value of 89dddf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011101 11011111
Octal 211 335 337
Decimal 137 221 223
Hex 89 DD DF

RGB Percentages of Color #89dddf

%23.58
%38.04
%38.38

CMYK Percentages of Color #89dddf

%39
%1
%0
%13

Triadic Colors of #89dddf

#89dddf #df89dd #dddf89

Analogous Colors of #89dddf

#89dddf #89b2df #89dfb6

Monochromatic Colors of #89dddf

#89dddf

Complementary Color

#89dddf #df8b89

#89dddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dddf Color CSS Codes

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

#89dddf Text Font Color

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

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


#89dddf Background Color

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

This div background color is #89dddf


#89dddf Border Color

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

This div border color is #89dddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dddf


Comments

No comments written yet.

Please login to write comment.