Color Hex Logo

#059dcd Color Hex

#059DCD
(5,157,205)
0 Favorites   0 Comments

Color spaces of #059dcd

RGB 5157205
HSL0.540.950.41
HSV194°98°80°
CMYK 0.980.230.00   0.20
XYZ23.139028.554062.0495
Yxy28.55400.20340.2510
Hunter Lab53.4359-16.2183-31.4420
CIE-Lab60.3860-17.0457-34.1146

#059dcd color RGB value is (5,157,205).

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

The process color (four color CMYK) of #059dcd color hex is 0.98, 0.23, 0.00, 0.20. Web safe color of #059dcd is #0099cc. Color #059dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011101 11001101
Octal 5 235 315
Decimal 5 157 205
Hex 5 9D CD

RGB Percentages of Color #059dcd

%1.36
%42.78
%55.86

CMYK Percentages of Color #059dcd

%98
%23
%0
%20

Triadic Colors of #059dcd

#059dcd #cd059d #9dcd05

Analogous Colors of #059dcd

#059dcd #0539cd #05cd99

Monochromatic Colors of #059dcd

#059dcd

Complementary Color

#059dcd #cd3505

#059dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#059dcd Color CSS Codes

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

#059dcd Text Font Color

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

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


#059dcd Background Color

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

This div background color is #059dcd


#059dcd Border Color

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

This div border color is #059dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059dcd


Comments

No comments written yet.

Please login to write comment.