Color Hex Logo

#89fdfb Color Hex

#89FDFB
(137,253,251)
0 Favorites   0 Comments

Color spaces of #89fdfb

RGB 137253251
HSL0.500.970.76
HSV179°46°99°
CMYK 0.460.000.01   0.01
XYZ62.854482.5340103.8847
Yxy82.53400.25220.3311
Hunter Lab90.8482-35.4871-4.2042
CIE-Lab92.8100-33.3942-9.2881

#89fdfb color RGB value is (137,253,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111101 11111011
Octal 211 375 373
Decimal 137 253 251
Hex 89 FD FB

RGB Percentages of Color #89fdfb

%21.37
%39.47
%39.16

CMYK Percentages of Color #89fdfb

%46
%0
%1
%1

Triadic Colors of #89fdfb

#89fdfb #fb89fd #fdfb89

Analogous Colors of #89fdfb

#89fdfb #89c5fd #89fdc1

Monochromatic Colors of #89fdfb

#89fdfb

Complementary Color

#89fdfb #fd898b

#89fdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89fdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89fdfb Color CSS Codes

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

#89fdfb Text Font Color

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

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


#89fdfb Background Color

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

This div background color is #89fdfb


#89fdfb Border Color

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

This div border color is #89fdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89fdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.