Color Hex Logo

#059cec Color Hex

#059CEC
(5,156,236)
0 Favorites   0 Comments

Color spaces of #059cec

RGB 5156236
HSL0.560.960.47
HSV201°98°93°
CMYK 0.980.340.00   0.07
XYZ27.091429.865383.6936
Yxy29.86530.19260.2123
Hunter Lab54.6492-7.1476-52.5465
CIE-Lab61.5378-5.1604-49.5205

#059cec color RGB value is (5,156,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011100 11101100
Octal 5 234 354
Decimal 5 156 236
Hex 5 9C EC

RGB Percentages of Color #059cec

%1.26
%39.29
%59.45

CMYK Percentages of Color #059cec

%98
%34
%0
%7

Triadic Colors of #059cec

#059cec #ec059c #9cec05

Analogous Colors of #059cec

#059cec #0528ec #05ecc9

Monochromatic Colors of #059cec

#059cec

Complementary Color

#059cec #ec5505

#059cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#059cec Color CSS Codes

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

#059cec Text Font Color

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

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


#059cec Background Color

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

This div background color is #059cec


#059cec Border Color

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

This div border color is #059cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059cec


Comments

No comments written yet.

Please login to write comment.