Color Hex Logo

#89dcda Color Hex

#89DCDA
(137,220,218)
0 Favorites   0 Comments

Color spaces of #89dcda

RGB 137220218
HSL0.500.540.70
HSV179°38°86°
CMYK 0.380.000.01   0.14
XYZ48.564661.566775.6536
Yxy61.56670.26140.3314
Hunter Lab78.4645-26.8324-2.2409
CIE-Lab82.6825-25.6281-6.9991

#89dcda color RGB value is (137,220,218).

#89dcda hex color red value is 137, green value is 220 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #89dcda hue: 0.50 , saturation: 0.54 and the lightness value of 89dcda is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011100 11011010
Octal 211 334 332
Decimal 137 220 218
Hex 89 DC DA

RGB Percentages of Color #89dcda

%23.83
%38.26
%37.91

CMYK Percentages of Color #89dcda

%38
%0
%1
%14

Triadic Colors of #89dcda

#89dcda #da89dc #dcda89

Analogous Colors of #89dcda

#89dcda #89b5dc #89dcb1

Monochromatic Colors of #89dcda

#89dcda

Complementary Color

#89dcda #dc898b

#89dcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dcda Color CSS Codes

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

#89dcda Text Font Color

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

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


#89dcda Background Color

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

This div background color is #89dcda


#89dcda Border Color

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

This div border color is #89dcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dcda


Comments

No comments written yet.

Please login to write comment.