Color Hex Logo

#59efff Color Hex

#59EFFF
(89,239,255)
0 Favorites   0 Comments

Color spaces of #59efff

RGB 89239255
HSL0.521.000.67
HSV186°65°100°
CMYK 0.650.060.00   0.00
XYZ53.036371.0769105.5316
Yxy71.07690.23090.3095
Hunter Lab84.3071-35.2459-15.2014
CIE-Lab87.5224-34.5795-19.4398

#59efff color RGB value is (89,239,255).

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

The process color (four color CMYK) of #59efff color hex is 0.65, 0.06, 0.00, 0.00. Web safe color of #59efff is #66ffff. Color #59efff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11101111 11111111
Octal 131 357 377
Decimal 89 239 255
Hex 59 EF FF

RGB Percentages of Color #59efff

%15.27
%40.99
%43.74

CMYK Percentages of Color #59efff

%65
%6
%0
%0

Triadic Colors of #59efff

#59efff #ff59ef #efff59

Analogous Colors of #59efff

#59efff #599cff #59ffbc

Monochromatic Colors of #59efff

#59efff

Complementary Color

#59efff #ff6959

#59efff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59efff Color Preview on White Background

Lorem ipsum dolor sit amet.

#59efff Color CSS Codes

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

#59efff Text Font Color

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

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


#59efff Background Color

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

This div background color is #59efff


#59efff Border Color

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

This div border color is #59efff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59efff


Comments

No comments written yet.

Please login to write comment.