Color Hex Logo

#59fcaf Color Hex

#59FCAF
(89,252,175)
0 Favorites   0 Comments

Color spaces of #59fcaf

RGB 89252175
HSL0.420.960.67
HSV152°65°99°
CMYK 0.650.000.31   0.01
XYZ46.668174.839852.5433
Yxy74.83980.26810.4300
Hunter Lab86.5100-55.100124.5462
CIE-Lab89.3179-59.501724.7093

#59fcaf color RGB value is (89,252,175).

#59fcaf hex color red value is 89, green value is 252 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #59fcaf hue: 0.42 , saturation: 0.96 and the lightness value of 59fcaf is 0.67.

The process color (four color CMYK) of #59fcaf color hex is 0.65, 0.00, 0.31, 0.01. Web safe color of #59fcaf is #66ff99. Color #59fcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11111100 10101111
Octal 131 374 257
Decimal 89 252 175
Hex 59 FC AF

RGB Percentages of Color #59fcaf

%17.25
%48.84
%33.91

CMYK Percentages of Color #59fcaf

%65
%0
%31
%1

Triadic Colors of #59fcaf

#59fcaf #af59fc #fcaf59

Analogous Colors of #59fcaf

#59fcaf #59f8fc #59fc5e

Monochromatic Colors of #59fcaf

#59fcaf

Complementary Color

#59fcaf #fc59a6

#59fcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59fcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#59fcaf Color CSS Codes

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

#59fcaf Text Font Color

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

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


#59fcaf Background Color

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

This div background color is #59fcaf


#59fcaf Border Color

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

This div border color is #59fcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59fcaf


Comments

No comments written yet.

Please login to write comment.