Color Hex Logo

#59adbf Color Hex

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

Color spaces of #59adbf

RGB 89173191
HSL0.530.440.55
HSV191°53°75°
CMYK 0.530.090.00   0.25
XYZ28.467435.772654.6946
Yxy35.77260.23940.3008
Hunter Lab59.8102-19.7086-12.3518
CIE-Lab66.3458-20.4052-17.0102

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

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

The process color (four color CMYK) of #59adbf color hex is 0.53, 0.09, 0.00, 0.25. Web safe color of #59adbf is #6699cc. Color #59adbf contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #59adbf

%19.65
%38.19
%42.16

CMYK Percentages of Color #59adbf

%53
%9
%0
%25

Triadic Colors of #59adbf

#59adbf #bf59ad #adbf59

Analogous Colors of #59adbf

#59adbf #597abf #59bf9e

Monochromatic Colors of #59adbf

#59adbf

Complementary Color

#59adbf #bf6b59

#59adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#59adbf Color CSS Codes

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

#59adbf Text Font Color

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

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


#59adbf Background Color

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

This div background color is #59adbf


#59adbf Border Color

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

This div border color is #59adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59adbf


Comments

No comments written yet.

Please login to write comment.