Color Hex Logo

#89fbee Color Hex

#89FBEE
(137,251,238)
0 Favorites   0 Comments

Color spaces of #89fbee

RGB 137251238
HSL0.480.930.76
HSV173°45°98°
CMYK 0.450.000.05   0.02
XYZ60.246380.485893.2489
Yxy80.48580.25750.3440
Hunter Lab89.7139-37.12971.1735
CIE-Lab91.9024-35.5924-3.8904

#89fbee color RGB value is (137,251,238).

#89fbee hex color red value is 137, green value is 251 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #89fbee hue: 0.48 , saturation: 0.93 and the lightness value of 89fbee is 0.76.

The process color (four color CMYK) of #89fbee color hex is 0.45, 0.00, 0.05, 0.02. Web safe color of #89fbee is #99ffff. Color #89fbee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111011 11101110
Octal 211 373 356
Decimal 137 251 238
Hex 89 FB EE

RGB Percentages of Color #89fbee

%21.88
%40.10
%38.02

CMYK Percentages of Color #89fbee

%45
%0
%5
%2

Triadic Colors of #89fbee

#89fbee #ee89fb #fbee89

Analogous Colors of #89fbee

#89fbee #89cffb #89fbb5

Monochromatic Colors of #89fbee

#89fbee

Complementary Color

#89fbee #fb8996

#89fbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89fbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#89fbee Color CSS Codes

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

#89fbee Text Font Color

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

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


#89fbee Background Color

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

This div background color is #89fbee


#89fbee Border Color

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

This div border color is #89fbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89fbee


Comments

No comments written yet.

Please login to write comment.