Color Hex Logo

#89ebfb Color Hex

#89EBFB
(137,235,251)
0 Favorites   0 Comments

Color spaces of #89ebfb

RGB 137235251
HSL0.520.930.76
HSV188°45°98°
CMYK 0.450.060.00   0.02
XYZ57.437471.7001102.0790
Yxy71.70010.24840.3101
Hunter Lab84.6759-27.1027-12.2025
CIE-Lab87.8240-24.7948-16.7372

#89ebfb color RGB value is (137,235,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11101011 11111011
Octal 211 353 373
Decimal 137 235 251
Hex 89 EB FB

RGB Percentages of Color #89ebfb

%21.99
%37.72
%40.29

CMYK Percentages of Color #89ebfb

%45
%6
%0
%2

Triadic Colors of #89ebfb

#89ebfb #fb89eb #ebfb89

Analogous Colors of #89ebfb

#89ebfb #89b2fb #89fbd2

Monochromatic Colors of #89ebfb

#89ebfb

Complementary Color

#89ebfb #fb9989

#89ebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89ebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89ebfb Color CSS Codes

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

#89ebfb Text Font Color

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

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


#89ebfb Background Color

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

This div background color is #89ebfb


#89ebfb Border Color

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

This div border color is #89ebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89ebfb


Comments

No comments written yet.

Please login to write comment.