Color Hex Logo

#059cfc Color Hex

#059CFC
(5,156,252)
0 Favorites   0 Comments

Color spaces of #059cfc

RGB 5156252
HSL0.560.980.50
HSV203°98°99°
CMYK 0.980.380.00   0.01
XYZ29.521730.837596.4917
Yxy30.83750.18820.1966
Hunter Lab55.5315-2.2859-64.1504
CIE-Lab62.37020.8109-56.9845

#059cfc color RGB value is (5,156,252).

#059cfc hex color red value is 5, green value is 156 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #059cfc hue: 0.56 , saturation: 0.98 and the lightness value of 059cfc is 0.50.

The process color (four color CMYK) of #059cfc color hex is 0.98, 0.38, 0.00, 0.01. Web safe color of #059cfc is #0099ff. Color #059cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011100 11111100
Octal 5 234 374
Decimal 5 156 252
Hex 5 9C FC

RGB Percentages of Color #059cfc

%1.21
%37.77
%61.02

CMYK Percentages of Color #059cfc

%98
%38
%0
%1

Triadic Colors of #059cfc

#059cfc #fc059c #9cfc05

Analogous Colors of #059cfc

#059cfc #0521fc #05fce1

Monochromatic Colors of #059cfc

#059cfc

Complementary Color

#059cfc #fc6505

#059cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#059cfc Color CSS Codes

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

#059cfc Text Font Color

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

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


#059cfc Background Color

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

This div background color is #059cfc


#059cfc Border Color

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

This div border color is #059cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059cfc


Comments

No comments written yet.

Please login to write comment.