Color Hex Logo

#59fbbf Color Hex

#59FBBF
(89,251,191)
0 Favorites   0 Comments

Color spaces of #59fbbf

RGB 89251191
HSL0.440.950.67
HSV158°65°98°
CMYK 0.650.000.24   0.02
XYZ48.021074.879861.2125
Yxy74.87980.26080.4067
Hunter Lab86.5331-52.375518.6321
CIE-Lab89.3367-55.807116.5493

#59fbbf color RGB value is (89,251,191).

#59fbbf hex color red value is 89, green value is 251 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #59fbbf hue: 0.44 , saturation: 0.95 and the lightness value of 59fbbf is 0.67.

The process color (four color CMYK) of #59fbbf color hex is 0.65, 0.00, 0.24, 0.02. Web safe color of #59fbbf is #66ffcc. Color #59fbbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 11111011 10111111
Octal 131 373 277
Decimal 89 251 191
Hex 59 FB BF

RGB Percentages of Color #59fbbf

%16.76
%47.27
%35.97

CMYK Percentages of Color #59fbbf

%65
%0
%24
%2

Triadic Colors of #59fbbf

#59fbbf #bf59fb #fbbf59

Analogous Colors of #59fbbf

#59fbbf #59e6fb #59fb6e

Monochromatic Colors of #59fbbf

#59fbbf

Complementary Color

#59fbbf #fb5995

#59fbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59fbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#59fbbf Color CSS Codes

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

#59fbbf Text Font Color

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

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


#59fbbf Background Color

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

This div background color is #59fbbf


#59fbbf Border Color

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

This div border color is #59fbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59fbbf

Related Colors


Comments

No comments written yet.

Please login to write comment.