Color Hex Logo

#59bafb Color Hex

#59BAFB
(89,186,251)
0 Favorites   0 Comments

Color spaces of #59bafb

RGB 89186251
HSL0.570.950.67
HSV204°65°98°
CMYK 0.650.260.00   0.02
XYZ39.091344.206797.7392
Yxy44.20670.21590.2442
Hunter Lab66.4881-11.4062-40.6161
CIE-Lab72.3664-9.0546-40.5740

#59bafb color RGB value is (89,186,251).

#59bafb hex color red value is 89, green value is 186 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #59bafb hue: 0.57 , saturation: 0.95 and the lightness value of 59bafb is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111010 11111011
Octal 131 272 373
Decimal 89 186 251
Hex 59 BA FB

RGB Percentages of Color #59bafb

%16.92
%35.36
%47.72

CMYK Percentages of Color #59bafb

%65
%26
%0
%2

Triadic Colors of #59bafb

#59bafb #fb59ba #bafb59

Analogous Colors of #59bafb

#59bafb #5969fb #59fbeb

Monochromatic Colors of #59bafb

#59bafb

Complementary Color

#59bafb #fb9a59

#59bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bafb Color CSS Codes

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

#59bafb Text Font Color

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

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


#59bafb Background Color

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

This div background color is #59bafb


#59bafb Border Color

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

This div border color is #59bafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bafb


Comments

No comments written yet.

Please login to write comment.