Color Hex Logo

#59d7fa Color Hex

#59D7FA
(89,215,250)
0 Favorites   0 Comments

Color spaces of #59d7fa

RGB 89215250
HSL0.540.940.66
HSV193°64°98°
CMYK 0.640.140.00   0.02
XYZ45.675657.626999.1582
Yxy57.62690.22560.2846
Hunter Lab75.9124-25.4453-24.3071
CIE-Lab80.5309-24.4431-27.4265

#59d7fa color RGB value is (89,215,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11010111 11111010
Octal 131 327 372
Decimal 89 215 250
Hex 59 D7 FA

RGB Percentages of Color #59d7fa

%16.06
%38.81
%45.13

CMYK Percentages of Color #59d7fa

%64
%14
%0
%2

Triadic Colors of #59d7fa

#59d7fa #fa59d7 #d7fa59

Analogous Colors of #59d7fa

#59d7fa #5987fa #59facd

Monochromatic Colors of #59d7fa

#59d7fa

Complementary Color

#59d7fa #fa7c59

#59d7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59d7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#59d7fa Color CSS Codes

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

#59d7fa Text Font Color

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

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


#59d7fa Background Color

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

This div background color is #59d7fa


#59d7fa Border Color

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

This div border color is #59d7fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59d7fa

Related Colors


Comments

No comments written yet.

Please login to write comment.