Color Hex Logo

#59ddfa Color Hex

#59DDFA
(89,221,250)
0 Favorites   0 Comments

Color spaces of #59ddfa

RGB 89221250
HSL0.530.940.66
HSV191°64°98°
CMYK 0.640.120.00   0.02
XYZ47.231660.738999.6769
Yxy60.73890.22750.2925
Hunter Lab77.9352-28.2089-21.2756
CIE-Lab82.2382-27.4043-24.8204

#59ddfa color RGB value is (89,221,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11011101 11111010
Octal 131 335 372
Decimal 89 221 250
Hex 59 DD FA

RGB Percentages of Color #59ddfa

%15.89
%39.46
%44.64

CMYK Percentages of Color #59ddfa

%64
%12
%0
%2

Triadic Colors of #59ddfa

#59ddfa #fa59dd #ddfa59

Analogous Colors of #59ddfa

#59ddfa #598dfa #59fac7

Monochromatic Colors of #59ddfa

#59ddfa

Complementary Color

#59ddfa #fa7659

#59ddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59ddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#59ddfa Color CSS Codes

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

#59ddfa Text Font Color

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

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


#59ddfa Background Color

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

This div background color is #59ddfa


#59ddfa Border Color

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

This div border color is #59ddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59ddfa

Related Colors


Comments

No comments written yet.

Please login to write comment.