Color Hex Logo

#59effa Color Hex

#59EFFA
(89,239,250)
0 Favorites   0 Comments

Color spaces of #59effa

RGB 89239250
HSL0.510.940.66
HSV184°64°98°
CMYK 0.640.040.00   0.02
XYZ52.241670.7590101.3469
Yxy70.75900.23290.3154
Hunter Lab84.1184-36.3500-12.5505
CIE-Lab87.3678-35.9797-17.0547

#59effa color RGB value is (89,239,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11101111 11111010
Octal 131 357 372
Decimal 89 239 250
Hex 59 EF FA

RGB Percentages of Color #59effa

%15.40
%41.35
%43.25

CMYK Percentages of Color #59effa

%64
%4
%0
%2

Triadic Colors of #59effa

#59effa #fa59ef #effa59

Analogous Colors of #59effa

#59effa #599ffa #59fab5

Monochromatic Colors of #59effa

#59effa

Complementary Color

#59effa #fa6459

#59effa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59effa Color Preview on White Background

Lorem ipsum dolor sit amet.

#59effa Color CSS Codes

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

#59effa Text Font Color

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

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


#59effa Background Color

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

This div background color is #59effa


#59effa Border Color

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

This div border color is #59effa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59effa


Comments

No comments written yet.

Please login to write comment.