Color Hex Logo

#59b2eb Color Hex

#59B2EB
(89,178,235)
0 Favorites   0 Comments

Color spaces of #59b2eb

RGB 89178235
HSL0.570.780.64
HSV203°62°92°
CMYK 0.620.240.00   0.08
XYZ35.035639.962884.4643
Yxy39.96280.21970.2506
Hunter Lab63.2161-11.7001-34.9672
CIE-Lab69.4430-9.7851-36.4515

#59b2eb color RGB value is (89,178,235).

#59b2eb hex color red value is 89, green value is 178 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #59b2eb hue: 0.57 , saturation: 0.78 and the lightness value of 59b2eb is 0.64.

The process color (four color CMYK) of #59b2eb color hex is 0.62, 0.24, 0.00, 0.08. Web safe color of #59b2eb is #6699ff. Color #59b2eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10110010 11101011
Octal 131 262 353
Decimal 89 178 235
Hex 59 B2 EB

RGB Percentages of Color #59b2eb

%17.73
%35.46
%46.81

CMYK Percentages of Color #59b2eb

%62
%24
%0
%8

Triadic Colors of #59b2eb

#59b2eb #eb59b2 #b2eb59

Analogous Colors of #59b2eb

#59b2eb #5969eb #59ebdb

Monochromatic Colors of #59b2eb

#59b2eb

Complementary Color

#59b2eb #eb9259

#59b2eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59b2eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#59b2eb Color CSS Codes

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

#59b2eb Text Font Color

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

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


#59b2eb Background Color

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

This div background color is #59b2eb


#59b2eb Border Color

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

This div border color is #59b2eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59b2eb


Comments

No comments written yet.

Please login to write comment.