Color Hex Logo

#89ddfb Color Hex

#89DDFB
(137,221,251)
0 Favorites   0 Comments

Color spaces of #89ddfb

RGB 137221251
HSL0.540.930.76
HSV196°45°98°
CMYK 0.450.120.00   0.02
XYZ53.585663.9963100.7951
Yxy63.99630.24540.2931
Hunter Lab79.9977-20.4296-18.7055
CIE-Lab83.9638-17.8249-22.5686

#89ddfb color RGB value is (137,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011101 11111011
Octal 211 335 373
Decimal 137 221 251
Hex 89 DD FB

RGB Percentages of Color #89ddfb

%22.50
%36.29
%41.22

CMYK Percentages of Color #89ddfb

%45
%12
%0
%2

Triadic Colors of #89ddfb

#89ddfb #fb89dd #ddfb89

Analogous Colors of #89ddfb

#89ddfb #89a4fb #89fbe0

Monochromatic Colors of #89ddfb

#89ddfb

Complementary Color

#89ddfb #fba789

#89ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89ddfb Color CSS Codes

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

#89ddfb Text Font Color

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

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


#89ddfb Background Color

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

This div background color is #89ddfb


#89ddfb Border Color

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

This div border color is #89ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89ddfb


Comments

No comments written yet.

Please login to write comment.