Color Hex Logo

#59c9ff Color Hex

#59C9FF
(89,201,255)
0 Favorites   0 Comments

Color spaces of #59c9ff

RGB 89201255
HSL0.551.000.67
HSV200°65°100°
CMYK 0.650.210.00   0.00
XYZ43.056551.1171102.2050
Yxy51.11710.21930.2603
Hunter Lab71.4962-17.6220-34.7087
CIE-Lab76.7499-15.7791-35.9110

#59c9ff color RGB value is (89,201,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11001001 11111111
Octal 131 311 377
Decimal 89 201 255
Hex 59 C9 FF

RGB Percentages of Color #59c9ff

%16.33
%36.88
%46.79

CMYK Percentages of Color #59c9ff

%65
%21
%0
%0

Triadic Colors of #59c9ff

#59c9ff #ff59c9 #c9ff59

Analogous Colors of #59c9ff

#59c9ff #5976ff #59ffe2

Monochromatic Colors of #59c9ff

#59c9ff

Complementary Color

#59c9ff #ff8f59

#59c9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59c9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#59c9ff Color CSS Codes

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

#59c9ff Text Font Color

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

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


#59c9ff Background Color

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

This div background color is #59c9ff


#59c9ff Border Color

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

This div border color is #59c9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59c9ff


Comments

No comments written yet.

Please login to write comment.