Color Hex Logo

#59bdbc Color Hex

#59BDBC
(89,189,188)
0 Favorites   0 Comments

Color spaces of #59bdbc

RGB 89189188
HSL0.500.430.55
HSV179°53°74°
CMYK 0.530.000.01   0.26
XYZ31.394542.149954.0580
Yxy42.14990.24600.3303
Hunter Lab64.9230-27.2987-3.9217
CIE-Lab70.9741-29.2610-8.4111

#59bdbc color RGB value is (89,189,188).

#59bdbc hex color red value is 89, green value is 189 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #59bdbc hue: 0.50 , saturation: 0.43 and the lightness value of 59bdbc is 0.55.

The process color (four color CMYK) of #59bdbc color hex is 0.53, 0.00, 0.01, 0.26. Web safe color of #59bdbc is #66cccc. Color #59bdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111101 10111100
Octal 131 275 274
Decimal 89 189 188
Hex 59 BD BC

RGB Percentages of Color #59bdbc

%19.10
%40.56
%40.34

CMYK Percentages of Color #59bdbc

%53
%0
%1
%26

Triadic Colors of #59bdbc

#59bdbc #bc59bd #bdbc59

Analogous Colors of #59bdbc

#59bdbc #598cbd #59bd8a

Monochromatic Colors of #59bdbc

#59bdbc

Complementary Color

#59bdbc #bd595a

#59bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bdbc Color CSS Codes

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

#59bdbc Text Font Color

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

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


#59bdbc Background Color

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

This div background color is #59bdbc


#59bdbc Border Color

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

This div border color is #59bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bdbc


Comments

No comments written yet.

Please login to write comment.