Color Hex Logo

#059ece Color Hex

#059ECE
(5,158,206)
0 Favorites   0 Comments

Color spaces of #059ece

RGB 5158206
HSL0.540.950.41
HSV194°98°81°
CMYK 0.980.230.00   0.19
XYZ23.430028.942262.7440
Yxy28.94220.20350.2514
Hunter Lab53.7980-16.4064-31.4907
CIE-Lab60.7306-17.2278-34.1368

#059ece color RGB value is (5,158,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011110 11001110
Octal 5 236 316
Decimal 5 158 206
Hex 5 9E CE

RGB Percentages of Color #059ece

%1.36
%42.82
%55.83

CMYK Percentages of Color #059ece

%98
%23
%0
%19

Triadic Colors of #059ece

#059ece #ce059e #9ece05

Analogous Colors of #059ece

#059ece #0539ce #05ce9a

Monochromatic Colors of #059ece

#059ece

Complementary Color

#059ece #ce3505

#059ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#059ece Color CSS Codes

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

#059ece Text Font Color

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

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


#059ece Background Color

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

This div background color is #059ece


#059ece Border Color

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

This div border color is #059ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059ece


Comments

No comments written yet.

Please login to write comment.