Color Hex Logo

#59bedb Color Hex

#59BEDB
(89,190,219)
0 Favorites   0 Comments

Color spaces of #59bedb

RGB 89190219
HSL0.540.640.60
HSV193°59°86°
CMYK 0.590.130.00   0.14
XYZ35.319544.065273.6617
Yxy44.06520.23080.2879
Hunter Lab66.3816-21.1938-19.3252
CIE-Lab72.2721-21.0135-23.3796

#59bedb color RGB value is (89,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 10111110 11011011
Octal 131 276 333
Decimal 89 190 219
Hex 59 BE DB

RGB Percentages of Color #59bedb

%17.87
%38.15
%43.98

CMYK Percentages of Color #59bedb

%59
%13
%0
%14

Triadic Colors of #59bedb

#59bedb #db59be #bedb59

Analogous Colors of #59bedb

#59bedb #597ddb #59dbb7

Monochromatic Colors of #59bedb

#59bedb

Complementary Color

#59bedb #db7659

#59bedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59bedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59bedb Color CSS Codes

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

#59bedb Text Font Color

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

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


#59bedb Background Color

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

This div background color is #59bedb


#59bedb Border Color

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

This div border color is #59bedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59bedb


Comments

No comments written yet.

Please login to write comment.