Color Hex Logo

#59ecfa Color Hex

#59ECFA
(89,236,250)
0 Favorites   0 Comments

Color spaces of #59ecfa

RGB 89236250
HSL0.510.940.66
HSV185°64°98°
CMYK 0.640.060.00   0.02
XYZ51.370669.0169101.0566
Yxy69.01690.23200.3117
Hunter Lab83.0764-35.0076-13.9686
CIE-Lab86.5124-34.5817-18.3429

#59ecfa color RGB value is (89,236,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11101100 11111010
Octal 131 354 372
Decimal 89 236 250
Hex 59 EC FA

RGB Percentages of Color #59ecfa

%15.48
%41.04
%43.48

CMYK Percentages of Color #59ecfa

%64
%6
%0
%2

Triadic Colors of #59ecfa

#59ecfa #fa59ec #ecfa59

Analogous Colors of #59ecfa

#59ecfa #599cfa #59fab8

Monochromatic Colors of #59ecfa

#59ecfa

Complementary Color

#59ecfa #fa6759

#59ecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ecfa Color CSS Codes

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

#59ecfa Text Font Color

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

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


#59ecfa Background Color

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

This div background color is #59ecfa


#59ecfa Border Color

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

This div border color is #59ecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ecfa


Comments

No comments written yet.

Please login to write comment.