Color Hex Logo

#59ddf1 Color Hex

#59DDF1
(89,221,241)
0 Favorites   0 Comments

Color spaces of #59ddf1

RGB 89221241
HSL0.520.840.65
HSV188°63°95°
CMYK 0.630.080.00   0.05
XYZ45.853560.187692.4197
Yxy60.18760.23100.3033
Hunter Lab77.5807-30.2650-16.3241
CIE-Lab81.9401-30.0092-20.5022

#59ddf1 color RGB value is (89,221,241).

#59ddf1 hex color red value is 89, green value is 221 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #59ddf1 hue: 0.52 , saturation: 0.84 and the lightness value of 59ddf1 is 0.65.

The process color (four color CMYK) of #59ddf1 color hex is 0.63, 0.08, 0.00, 0.05. Web safe color of #59ddf1 is #66ccff. Color #59ddf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011101 11110001
Octal 131 335 361
Decimal 89 221 241
Hex 59 DD F1

RGB Percentages of Color #59ddf1

%16.15
%40.11
%43.74

CMYK Percentages of Color #59ddf1

%63
%8
%0
%5

Triadic Colors of #59ddf1

#59ddf1 #f159dd #ddf159

Analogous Colors of #59ddf1

#59ddf1 #5991f1 #59f1b9

Monochromatic Colors of #59ddf1

#59ddf1

Complementary Color

#59ddf1 #f16d59

#59ddf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ddf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ddf1 Color CSS Codes

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

#59ddf1 Text Font Color

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

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


#59ddf1 Background Color

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

This div background color is #59ddf1


#59ddf1 Border Color

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

This div border color is #59ddf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ddf1


Comments

No comments written yet.

Please login to write comment.