Color Hex Logo

#59bcfa Color Hex

#59BCFA
(89,188,250)
0 Favorites   0 Comments

Color spaces of #59bcfa

RGB 89188250
HSL0.560.940.66
HSV203°64°98°
CMYK 0.640.250.00   0.02
XYZ39.358444.992497.0525
Yxy44.99240.21700.2480
Hunter Lab67.0764-12.6452-38.8330
CIE-Lab72.8869-10.4529-39.2238

#59bcfa color RGB value is (89,188,250).

#59bcfa hex color red value is 89, green value is 188 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #59bcfa hue: 0.56 , saturation: 0.94 and the lightness value of 59bcfa is 0.66.

The process color (four color CMYK) of #59bcfa color hex is 0.64, 0.25, 0.00, 0.02. Web safe color of #59bcfa is #66ccff. Color #59bcfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111100 11111010
Octal 131 274 372
Decimal 89 188 250
Hex 59 BC FA

RGB Percentages of Color #59bcfa

%16.89
%35.67
%47.44

CMYK Percentages of Color #59bcfa

%64
%25
%0
%2

Triadic Colors of #59bcfa

#59bcfa #fa59bc #bcfa59

Analogous Colors of #59bcfa

#59bcfa #596cfa #59fae8

Monochromatic Colors of #59bcfa

#59bcfa

Complementary Color

#59bcfa #fa9759

#59bcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bcfa Color CSS Codes

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

#59bcfa Text Font Color

<p style="color:#59bcfa">Text here</p>

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


#59bcfa Background Color

<div style="background-color:#59bcfa">
Div content here</div>

This div background color is #59bcfa


#59bcfa Border Color

<div style="border:3px solid #59bcfa">
Div here</div>

This div border color is #59bcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bcfa


Comments

No comments written yet.

Please login to write comment.