Color Hex Logo

#59bcdb Color Hex

#59BCDB
(89,188,219)
0 Favorites   0 Comments

Color spaces of #59bcdb

RGB 89188219
HSL0.540.640.60
HSV194°59°86°
CMYK 0.590.140.00   0.14
XYZ34.889243.204873.5183
Yxy43.20480.23010.2850
Hunter Lab65.7304-20.2816-20.3036
CIE-Lab71.6938-19.9866-24.2627

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

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

The process color (four color CMYK) of #59bcdb color hex is 0.59, 0.14, 0.00, 0.14. Web safe color of #59bcdb is #66cccc. Color #59bcdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111100 11011011
Octal 131 274 333
Decimal 89 188 219
Hex 59 BC DB

RGB Percentages of Color #59bcdb

%17.94
%37.90
%44.15

CMYK Percentages of Color #59bcdb

%59
%14
%0
%14

Triadic Colors of #59bcdb

#59bcdb #db59bc #bcdb59

Analogous Colors of #59bcdb

#59bcdb #597bdb #59dbb9

Monochromatic Colors of #59bcdb

#59bcdb

Complementary Color

#59bcdb #db7859

#59bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bcdb Color CSS Codes

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

#59bcdb Text Font Color

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

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


#59bcdb Background Color

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

This div background color is #59bcdb


#59bcdb Border Color

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

This div border color is #59bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bcdb


Comments

No comments written yet.

Please login to write comment.