Color Hex Logo

#59f0fb Color Hex

#59F0FB
(89,240,251)
0 Favorites   0 Comments

Color spaces of #59f0fb

RGB 89240251
HSL0.510.950.67
HSV184°65°98°
CMYK 0.650.040.00   0.02
XYZ52.692571.4091102.2729
Yxy71.40910.23280.3154
Hunter Lab84.5039-36.5780-12.6044
CIE-Lab87.6834-36.1650-17.1035

#59f0fb color RGB value is (89,240,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11110000 11111011
Octal 131 360 373
Decimal 89 240 251
Hex 59 F0 FB

RGB Percentages of Color #59f0fb

%15.34
%41.38
%43.28

CMYK Percentages of Color #59f0fb

%65
%4
%0
%2

Triadic Colors of #59f0fb

#59f0fb #fb59f0 #f0fb59

Analogous Colors of #59f0fb

#59f0fb #599ffb #59fbb5

Monochromatic Colors of #59f0fb

#59f0fb

Complementary Color

#59f0fb #fb6459

#59f0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59f0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59f0fb Color CSS Codes

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

#59f0fb Text Font Color

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

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


#59f0fb Background Color

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

This div background color is #59f0fb


#59f0fb Border Color

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

This div border color is #59f0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59f0fb


Comments

No comments written yet.

Please login to write comment.