Color Hex Logo

#89febf Color Hex

#89FEBF
(137,254,191)
0 Favorites   0 Comments

Color spaces of #89febf

RGB 137254191
HSL0.410.980.77
HSV148°46°100°
CMYK 0.460.000.25   0.00
XYZ55.162379.963661.8174
Yxy79.96360.28010.4060
Hunter Lab89.4224-46.377221.6087
CIE-Lab91.6685-47.022620.0278

#89febf color RGB value is (137,254,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111110 10111111
Octal 211 376 277
Decimal 137 254 191
Hex 89 FE BF

RGB Percentages of Color #89febf

%23.54
%43.64
%32.82

CMYK Percentages of Color #89febf

%46
%0
%25
%0

Triadic Colors of #89febf

#89febf #bf89fe #febf89

Analogous Colors of #89febf

#89febf #89fefa #8efe89

Monochromatic Colors of #89febf

#89febf

Complementary Color

#89febf #fe89c8

#89febf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89febf Color Preview on White Background

Lorem ipsum dolor sit amet.

#89febf Color CSS Codes

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

#89febf Text Font Color

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

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


#89febf Background Color

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

This div background color is #89febf


#89febf Border Color

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

This div border color is #89febf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89febf


Comments

No comments written yet.

Please login to write comment.