Color Hex Logo

#89ffdc Color Hex

#89FFDC
(137,255,220)
0 Favorites   0 Comments

Color spaces of #89ffdc

RGB 137255220
HSL0.451.000.77
HSV162°46°100°
CMYK 0.460.000.14   0.00
XYZ58.994882.005780.4295
Yxy82.00570.26640.3703
Hunter Lab90.5570-42.188110.7306
CIE-Lab92.5774-41.49676.4093

#89ffdc color RGB value is (137,255,220).

#89ffdc hex color red value is 137, green value is 255 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #89ffdc hue: 0.45 , saturation: 1.00 and the lightness value of 89ffdc is 0.77.

The process color (four color CMYK) of #89ffdc color hex is 0.46, 0.00, 0.14, 0.00. Web safe color of #89ffdc is #99ffcc. Color #89ffdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111111 11011100
Octal 211 377 334
Decimal 137 255 220
Hex 89 FF DC

RGB Percentages of Color #89ffdc

%22.39
%41.67
%35.95

CMYK Percentages of Color #89ffdc

%46
%0
%14
%0

Triadic Colors of #89ffdc

#89ffdc #dc89ff #ffdc89

Analogous Colors of #89ffdc

#89ffdc #89e7ff #89ffa1

Monochromatic Colors of #89ffdc

#89ffdc

Complementary Color

#89ffdc #ff89ac

#89ffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89ffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89ffdc Color CSS Codes

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

#89ffdc Text Font Color

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

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


#89ffdc Background Color

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

This div background color is #89ffdc


#89ffdc Border Color

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

This div border color is #89ffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89ffdc

Related Colors

#89ffdc Color Palettes


Comments

No comments written yet.

Please login to write comment.