Color Hex Logo

#89ffed Color Hex

#89FFED
(137,255,237)
0 Favorites   0 Comments

Color spaces of #89ffed

RGB 137255237
HSL0.471.000.77
HSV171°46°100°
CMYK 0.460.000.07   0.00
XYZ61.362682.952892.8981
Yxy82.95280.25870.3497
Hunter Lab91.0784-39.12583.2803
CIE-Lab92.9938-37.6601-1.7702

#89ffed color RGB value is (137,255,237).

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

The process color (four color CMYK) of #89ffed color hex is 0.46, 0.00, 0.07, 0.00. Web safe color of #89ffed is #99ffff. Color #89ffed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111111 11101101
Octal 211 377 355
Decimal 137 255 237
Hex 89 FF ED

RGB Percentages of Color #89ffed

%21.78
%40.54
%37.68

CMYK Percentages of Color #89ffed

%46
%0
%7
%0

Triadic Colors of #89ffed

#89ffed #ed89ff #ffed89

Analogous Colors of #89ffed

#89ffed #89d6ff #89ffb2

Monochromatic Colors of #89ffed

#89ffed

Complementary Color

#89ffed #ff899b

#89ffed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89ffed Color Preview on White Background

Lorem ipsum dolor sit amet.

#89ffed Color CSS Codes

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

#89ffed Text Font Color

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

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


#89ffed Background Color

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

This div background color is #89ffed


#89ffed Border Color

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

This div border color is #89ffed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89ffed

Related Colors

#89ffed Color Palettes


Comments

No comments written yet.

Please login to write comment.