Color Hex Logo

#059ddc Color Hex

#059DDC
(5,157,220)
0 Favorites   0 Comments

Color spaces of #059ddc

RGB 5157220
HSL0.550.960.44
HSV198°98°86°
CMYK 0.980.290.00   0.14
XYZ25.037829.313572.0486
Yxy29.31350.19810.2319
Hunter Lab54.1419-12.2015-40.9999
CIE-Lab61.0573-11.6230-41.4243

#059ddc color RGB value is (5,157,220).

#059ddc hex color red value is 5, green value is 157 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #059ddc hue: 0.55 , saturation: 0.96 and the lightness value of 059ddc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011101 11011100
Octal 5 235 334
Decimal 5 157 220
Hex 5 9D DC

RGB Percentages of Color #059ddc

%1.31
%41.10
%57.59

CMYK Percentages of Color #059ddc

%98
%29
%0
%14

Triadic Colors of #059ddc

#059ddc #dc059d #9ddc05

Analogous Colors of #059ddc

#059ddc #0531dc #05dcb0

Monochromatic Colors of #059ddc

#059ddc

Complementary Color

#059ddc #dc4405

#059ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#059ddc Color CSS Codes

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

#059ddc Text Font Color

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

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


#059ddc Background Color

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

This div background color is #059ddc


#059ddc Border Color

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

This div border color is #059ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059ddc


Comments

No comments written yet.

Please login to write comment.