Color Hex Logo

#59bcbc Color Hex

#59BCBC
(89,188,188)
0 Favorites   0 Comments

Color spaces of #59bcbc

RGB 89188188
HSL0.500.420.54
HSV180°53°74°
CMYK 0.530.000.00   0.26
XYZ31.180141.721153.9866
Yxy41.72110.24570.3288
Hunter Lab64.5919-26.8694-4.3409
CIE-Lab70.6782-28.7740-8.8516

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111100 10111100
Octal 131 274 274
Decimal 89 188 188
Hex 59 BC BC

RGB Percentages of Color #59bcbc

%19.14
%40.43
%40.43

CMYK Percentages of Color #59bcbc

%53
%0
%0
%26

Triadic Colors of #59bcbc

#59bcbc #bc59bc #bcbc59

Analogous Colors of #59bcbc

#59bcbc #598bbc #59bc8b

Monochromatic Colors of #59bcbc

#59bcbc

Complementary Color

#59bcbc #bc5959

#59bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bcbc Color CSS Codes

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

#59bcbc Text Font Color

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

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


#59bcbc Background Color

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

This div background color is #59bcbc


#59bcbc Border Color

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

This div border color is #59bcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bcbc


Comments

No comments written yet.

Please login to write comment.