Color Hex Logo

#89febd Color Hex

#89FEBD
(137,254,189)
0 Favorites   0 Comments

Color spaces of #89febd

RGB 137254189
HSL0.410.980.77
HSV147°46°100°
CMYK 0.460.000.26   0.00
XYZ54.943679.876160.6659
Yxy79.87610.28110.4086
Hunter Lab89.3734-46.668122.3159
CIE-Lab91.6292-47.405220.9948

#89febd color RGB value is (137,254,189).

#89febd hex color red value is 137, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #89febd hue: 0.41 , saturation: 0.98 and the lightness value of 89febd is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111110 10111101
Octal 211 376 275
Decimal 137 254 189
Hex 89 FE BD

RGB Percentages of Color #89febd

%23.62
%43.79
%32.59

CMYK Percentages of Color #89febd

%46
%0
%26
%0

Triadic Colors of #89febd

#89febd #bd89fe #febd89

Analogous Colors of #89febd

#89febd #89fef8 #90fe89

Monochromatic Colors of #89febd

#89febd

Complementary Color

#89febd #fe89ca

#89febd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89febd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89febd Color CSS Codes

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

#89febd Text Font Color

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

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


#89febd Background Color

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

This div background color is #89febd


#89febd Border Color

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

This div border color is #89febd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89febd


Comments

No comments written yet.

Please login to write comment.