Color Hex Logo

#59fdff Color Hex

#59FDFF
(89,253,255)
0 Favorites   0 Comments

Color spaces of #59fdff

RGB 89253255
HSL0.501.000.67
HSV181°65°100°
CMYK 0.650.010.00   0.00
XYZ57.295179.5944106.9512
Yxy79.59440.23500.3264
Hunter Lab89.2157-41.4932-8.6255
CIE-Lab91.5026-40.9999-13.4609

#59fdff color RGB value is (89,253,255).

#59fdff hex color red value is 89, green value is 253 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #59fdff hue: 0.50 , saturation: 1.00 and the lightness value of 59fdff is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11111101 11111111
Octal 131 375 377
Decimal 89 253 255
Hex 59 FD FF

RGB Percentages of Color #59fdff

%14.91
%42.38
%42.71

CMYK Percentages of Color #59fdff

%65
%1
%0
%0

Triadic Colors of #59fdff

#59fdff #ff59fd #fdff59

Analogous Colors of #59fdff

#59fdff #59aaff #59ffae

Monochromatic Colors of #59fdff

#59fdff

Complementary Color

#59fdff #ff5b59

#59fdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59fdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#59fdff Color CSS Codes

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

#59fdff Text Font Color

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

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


#59fdff Background Color

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

This div background color is #59fdff


#59fdff Border Color

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

This div border color is #59fdff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,253,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #59fdff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59fdff

Related Colors


Comments

No comments written yet.

Please login to write comment.