Color Hex Logo

#89bcfe Color Hex

#89BCFE
(137,188,254)
0 Favorites   0 Comments

Color spaces of #89bcfe

RGB 137188254
HSL0.590.980.77
HSV214°46°100°
CMYK 0.460.260.00   0.00
XYZ46.189148.4406100.6815
Yxy48.44060.23650.2480
Hunter Lab69.5993-3.3384-37.0487
CIE-Lab75.10200.4196-37.7744

#89bcfe color RGB value is (137,188,254).

#89bcfe hex color red value is 137, green value is 188 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #89bcfe hue: 0.59 , saturation: 0.98 and the lightness value of 89bcfe is 0.77.

The process color (four color CMYK) of #89bcfe color hex is 0.46, 0.26, 0.00, 0.00. Web safe color of #89bcfe is #99ccff. Color #89bcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111100 11111110
Octal 211 274 376
Decimal 137 188 254
Hex 89 BC FE

RGB Percentages of Color #89bcfe

%23.66
%32.47
%43.87

CMYK Percentages of Color #89bcfe

%46
%26
%0
%0

Triadic Colors of #89bcfe

#89bcfe #fe89bc #bcfe89

Analogous Colors of #89bcfe

#89bcfe #9189fe #89f7fe

Monochromatic Colors of #89bcfe

#89bcfe

Complementary Color

#89bcfe #fecb89

#89bcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bcfe Color CSS Codes

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

#89bcfe Text Font Color

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

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


#89bcfe Background Color

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

This div background color is #89bcfe


#89bcfe Border Color

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

This div border color is #89bcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bcfe


Comments

No comments written yet.

Please login to write comment.