Color Hex Logo

#59adbc Color Hex

#59ADBC
(89,173,188)
0 Favorites   0 Comments

Color spaces of #59adbc

RGB 89173188
HSL0.530.420.54
HSV189°53°74°
CMYK 0.530.080.00   0.26
XYZ28.140535.641852.9734
Yxy35.64180.24100.3053
Hunter Lab59.7008-20.3387-10.8184
CIE-Lab66.2453-21.2575-15.4979

#59adbc color RGB value is (89,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10101101 10111100
Octal 131 255 274
Decimal 89 173 188
Hex 59 AD BC

RGB Percentages of Color #59adbc

%19.78
%38.44
%41.78

CMYK Percentages of Color #59adbc

%53
%8
%0
%26

Triadic Colors of #59adbc

#59adbc #bc59ad #adbc59

Analogous Colors of #59adbc

#59adbc #597cbc #59bc9a

Monochromatic Colors of #59adbc

#59adbc

Complementary Color

#59adbc #bc6859

#59adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#59adbc Color CSS Codes

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

#59adbc Text Font Color

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

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


#59adbc Background Color

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

This div background color is #59adbc


#59adbc Border Color

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

This div border color is #59adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59adbc


Comments

No comments written yet.

Please login to write comment.