Color Hex Logo

#89fde9 Color Hex

#89FDE9
(137,253,233)
0 Favorites   0 Comments

Color spaces of #89fde9

RGB 137253233
HSL0.470.970.76
HSV170°46°99°
CMYK 0.460.000.08   0.01
XYZ60.149881.452189.6424
Yxy81.45210.26010.3522
Hunter Lab90.2508-38.97344.2853
CIE-Lab92.3325-37.6757-0.6680

#89fde9 color RGB value is (137,253,233).

#89fde9 hex color red value is 137, green value is 253 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #89fde9 hue: 0.47 , saturation: 0.97 and the lightness value of 89fde9 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111101 11101001
Octal 211 375 351
Decimal 137 253 233
Hex 89 FD E9

RGB Percentages of Color #89fde9

%21.99
%40.61
%37.40

CMYK Percentages of Color #89fde9

%46
%0
%8
%1

Triadic Colors of #89fde9

#89fde9 #e989fd #fde989

Analogous Colors of #89fde9

#89fde9 #89d7fd #89fdaf

Monochromatic Colors of #89fde9

#89fde9

Complementary Color

#89fde9 #fd899d

#89fde9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89fde9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#89fde9 Color CSS Codes

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

#89fde9 Text Font Color

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

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


#89fde9 Background Color

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

This div background color is #89fde9


#89fde9 Border Color

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

This div border color is #89fde9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89fde9


Comments

No comments written yet.

Please login to write comment.