Color Hex Logo

#89dace Color Hex

#89DACE
(137,218,206)
0 Favorites   0 Comments

Color spaces of #89dace

RGB 137218206
HSL0.480.520.70
HSV171°37°85°
CMYK 0.370.000.06   0.15
XYZ46.528559.917467.5054
Yxy59.91740.26750.3444
Hunter Lab77.4063-28.16582.4781
CIE-Lab81.7933-27.4616-1.9296

#89dace color RGB value is (137,218,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011010 11001110
Octal 211 332 316
Decimal 137 218 206
Hex 89 DA CE

RGB Percentages of Color #89dace

%24.42
%38.86
%36.72

CMYK Percentages of Color #89dace

%37
%0
%6
%15

Triadic Colors of #89dace

#89dace #ce89da #dace89

Analogous Colors of #89dace

#89dace #89beda #89daa6

Monochromatic Colors of #89dace

#89dace

Complementary Color

#89dace #da8995

#89dace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dace Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dace Color CSS Codes

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

#89dace Text Font Color

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

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


#89dace Background Color

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

This div background color is #89dace


#89dace Border Color

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

This div border color is #89dace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dace


Comments

No comments written yet.

Please login to write comment.