Color Hex Logo

#59fcaa Color Hex

#59FCAA
(89,252,170)
0 Favorites   0 Comments

Color spaces of #59fcaa

RGB 89252170
HSL0.420.960.67
HSV150°65°99°
CMYK 0.650.000.33   0.01
XYZ46.185974.646950.0043
Yxy74.64690.27040.4369
Hunter Lab86.3984-55.776826.1640
CIE-Lab89.2273-60.474627.1218

#59fcaa color RGB value is (89,252,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 11111100 10101010
Octal 131 374 252
Decimal 89 252 170
Hex 59 FC AA

RGB Percentages of Color #59fcaa

%17.42
%49.32
%33.27

CMYK Percentages of Color #59fcaa

%65
%0
%33
%1

Triadic Colors of #59fcaa

#59fcaa #aa59fc #fcaa59

Analogous Colors of #59fcaa

#59fcaa #59fcfc #5afc59

Monochromatic Colors of #59fcaa

#59fcaa

Complementary Color

#59fcaa #fc59ab

#59fcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59fcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#59fcaa Color CSS Codes

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

#59fcaa Text Font Color

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

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


#59fcaa Background Color

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

This div background color is #59fcaa


#59fcaa Border Color

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

This div border color is #59fcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59fcaa


Comments

No comments written yet.

Please login to write comment.