Color Hex Logo

#89edce Color Hex

#89EDCE
(137,237,206)
0 Favorites   0 Comments

Color spaces of #89edce

RGB 137237206
HSL0.450.740.73
HSV161°42°93°
CMYK 0.420.000.13   0.07
XYZ51.741370.343069.2430
Yxy70.34300.27040.3677
Hunter Lab83.8707-36.65419.7602
CIE-Lab87.1648-36.41645.8809

#89edce color RGB value is (137,237,206).

#89edce hex color red value is 137, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #89edce hue: 0.45 , saturation: 0.74 and the lightness value of 89edce is 0.73.

The process color (four color CMYK) of #89edce color hex is 0.42, 0.00, 0.13, 0.07. Web safe color of #89edce is #99ffcc. Color #89edce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11101101 11001110
Octal 211 355 316
Decimal 137 237 206
Hex 89 ED CE

RGB Percentages of Color #89edce

%23.62
%40.86
%35.52

CMYK Percentages of Color #89edce

%42
%0
%13
%7

Triadic Colors of #89edce

#89edce #ce89ed #edce89

Analogous Colors of #89edce

#89edce #89daed #89ed9c

Monochromatic Colors of #89edce

#89edce

Complementary Color

#89edce #ed89a8

#89edce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89edce Color Preview on White Background

Lorem ipsum dolor sit amet.

#89edce Color CSS Codes

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

#89edce Text Font Color

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

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


#89edce Background Color

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

This div background color is #89edce


#89edce Border Color

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

This div border color is #89edce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,237,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 #89edce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89edce


Comments

No comments written yet.

Please login to write comment.