Color Hex Logo

#89bcfc Color Hex

#89BCFC
(137,188,252)
0 Favorites   0 Comments

Color spaces of #89bcfc

RGB 137188252
HSL0.590.950.76
HSV213°46°99°
CMYK 0.460.250.00   0.01
XYZ45.870448.313199.0032
Yxy48.31310.23740.2501
Hunter Lab69.5076-3.8402-35.7944
CIE-Lab75.0220-0.1417-36.8236

#89bcfc color RGB value is (137,188,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111100 11111100
Octal 211 274 374
Decimal 137 188 252
Hex 89 BC FC

RGB Percentages of Color #89bcfc

%23.74
%32.58
%43.67

CMYK Percentages of Color #89bcfc

%46
%25
%0
%1

Triadic Colors of #89bcfc

#89bcfc #fc89bc #bcfc89

Analogous Colors of #89bcfc

#89bcfc #9089fc #89f6fc

Monochromatic Colors of #89bcfc

#89bcfc

Complementary Color

#89bcfc #fcc989

#89bcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bcfc Color CSS Codes

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

#89bcfc Text Font Color

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

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


#89bcfc Background Color

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

This div background color is #89bcfc


#89bcfc Border Color

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

This div border color is #89bcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bcfc


Comments

No comments written yet.

Please login to write comment.