Color Hex Logo

#059dbb Color Hex

#059DBB
(5,157,187)
0 Favorites   0 Comments

Color spaces of #059dbb

RGB 5157187
HSL0.530.950.38
HSV190°97°73°
CMYK 0.970.160.00   0.27
XYZ21.089227.734151.2554
Yxy27.73410.21070.2771
Hunter Lab52.6632-20.6794-20.8409
CIE-Lab59.6477-23.3692-25.1538

#059dbb color RGB value is (5,157,187).

#059dbb hex color red value is 5, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #059dbb hue: 0.53 , saturation: 0.95 and the lightness value of 059dbb is 0.38.

The process color (four color CMYK) of #059dbb color hex is 0.97, 0.16, 0.00, 0.27. Web safe color of #059dbb is #0099cc. Color #059dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011101 10111011
Octal 5 235 273
Decimal 5 157 187
Hex 5 9D BB

RGB Percentages of Color #059dbb

%1.43
%44.99
%53.58

CMYK Percentages of Color #059dbb

%97
%16
%0
%27

Triadic Colors of #059dbb

#059dbb #bb059d #9dbb05

Analogous Colors of #059dbb

#059dbb #0542bb #05bb7e

Monochromatic Colors of #059dbb

#059dbb

Complementary Color

#059dbb #bb2305

#059dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#059dbb Color CSS Codes

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

#059dbb Text Font Color

<p style="color:#059dbb">Text here</p>

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


#059dbb Background Color

<div style="background-color:#059dbb">
Div content here</div>

This div background color is #059dbb


#059dbb Border Color

<div style="border:3px solid #059dbb">
Div here</div>

This div border color is #059dbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,157,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #059dbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #059dbb;
  -webkit-box-shadow: 1px 1px 3px 2px #059dbb;
  box-shadow:         1px 1px 3px 2px #059dbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,157,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059dbb


Comments

No comments written yet.

Please login to write comment.