Color Hex Logo

#89dffb Color Hex

#89DFFB
(137,223,251)
0 Favorites   0 Comments

Color spaces of #89dffb

RGB 137223251
HSL0.540.930.76
HSV195°45°98°
CMYK 0.450.110.00   0.02
XYZ54.116865.0588100.9721
Yxy65.05880.24580.2955
Hunter Lab80.6590-21.3918-17.7602
CIE-Lab84.5140-18.8360-21.7340

#89dffb color RGB value is (137,223,251).

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

The process color (four color CMYK) of #89dffb color hex is 0.45, 0.11, 0.00, 0.02. Web safe color of #89dffb is #99ccff. Color #89dffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011111 11111011
Octal 211 337 373
Decimal 137 223 251
Hex 89 DF FB

RGB Percentages of Color #89dffb

%22.42
%36.50
%41.08

CMYK Percentages of Color #89dffb

%45
%11
%0
%2

Triadic Colors of #89dffb

#89dffb #fb89df #dffb89

Analogous Colors of #89dffb

#89dffb #89a6fb #89fbde

Monochromatic Colors of #89dffb

#89dffb

Complementary Color

#89dffb #fba589

#89dffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dffb Color CSS Codes

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

#89dffb Text Font Color

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

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


#89dffb Background Color

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

This div background color is #89dffb


#89dffb Border Color

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

This div border color is #89dffb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,223,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 #89dffb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dffb


Comments

No comments written yet.

Please login to write comment.