Color Hex Logo

#59bfad Color Hex

#59BFAD
(89,191,173)
0 Favorites   0 Comments

Color spaces of #59bfad

RGB 89191173
HSL0.470.440.55
HSV169°53°75°
CMYK 0.530.000.09   0.25
XYZ30.293542.402646.1230
Yxy42.40260.25500.3569
Hunter Lab65.1173-30.91453.5866
CIE-Lab71.1476-34.09720.0502

#59bfad color RGB value is (89,191,173).

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

The process color (four color CMYK) of #59bfad color hex is 0.53, 0.00, 0.09, 0.25. Web safe color of #59bfad is #66cc99. Color #59bfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111111 10101101
Octal 131 277 255
Decimal 89 191 173
Hex 59 BF AD

RGB Percentages of Color #59bfad

%19.65
%42.16
%38.19

CMYK Percentages of Color #59bfad

%53
%0
%9
%25

Triadic Colors of #59bfad

#59bfad #ad59bf #bfad59

Analogous Colors of #59bfad

#59bfad #599ebf #59bf7a

Monochromatic Colors of #59bfad

#59bfad

Complementary Color

#59bfad #bf596b

#59bfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bfad Color CSS Codes

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

#59bfad Text Font Color

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

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


#59bfad Background Color

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

This div background color is #59bfad


#59bfad Border Color

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

This div border color is #59bfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bfad


Comments

No comments written yet.

Please login to write comment.