Color Hex Logo

#59dbfb Color Hex

#59DBFB
(89,219,251)
0 Favorites   0 Comments

Color spaces of #59dbfb

RGB 89219251
HSL0.530.950.67
HSV192°65°98°
CMYK 0.650.130.00   0.02
XYZ46.863959.7519100.3301
Yxy59.75190.22650.2887
Hunter Lab77.2994-27.0555-22.8455
CIE-Lab81.7031-26.1286-26.1661

#59dbfb color RGB value is (89,219,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011011 11111011
Octal 131 333 373
Decimal 89 219 251
Hex 59 DB FB

RGB Percentages of Color #59dbfb

%15.92
%39.18
%44.90

CMYK Percentages of Color #59dbfb

%65
%13
%0
%2

Triadic Colors of #59dbfb

#59dbfb #fb59db #dbfb59

Analogous Colors of #59dbfb

#59dbfb #598afb #59fbca

Monochromatic Colors of #59dbfb

#59dbfb

Complementary Color

#59dbfb #fb7959

#59dbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59dbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59dbfb Color CSS Codes

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

#59dbfb Text Font Color

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

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


#59dbfb Background Color

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

This div background color is #59dbfb


#59dbfb Border Color

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

This div border color is #59dbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59dbfb


Comments

No comments written yet.

Please login to write comment.