Color Hex Logo

#59ddfb Color Hex

#59DDFB
(89,221,251)
0 Favorites   0 Comments

Color spaces of #59ddfb

RGB 89221251
HSL0.530.950.67
HSV191°65°98°
CMYK 0.650.120.00   0.02
XYZ47.388960.8018100.5050
Yxy60.80180.22710.2913
Hunter Lab77.9755-27.9754-21.8378
CIE-Lab82.2721-27.1113-25.2982

#59ddfb color RGB value is (89,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011101 11111011
Octal 131 335 373
Decimal 89 221 251
Hex 59 DD FB

RGB Percentages of Color #59ddfb

%15.86
%39.39
%44.74

CMYK Percentages of Color #59ddfb

%65
%12
%0
%2

Triadic Colors of #59ddfb

#59ddfb #fb59dd #ddfb59

Analogous Colors of #59ddfb

#59ddfb #598cfb #59fbc8

Monochromatic Colors of #59ddfb

#59ddfb

Complementary Color

#59ddfb #fb7759

#59ddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ddfb Color CSS Codes

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

#59ddfb Text Font Color

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

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


#59ddfb Background Color

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

This div background color is #59ddfb


#59ddfb Border Color

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

This div border color is #59ddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ddfb


Comments

No comments written yet.

Please login to write comment.