Color Hex Logo

#059efe Color Hex

#059EFE
(5,158,254)
0 Favorites   0 Comments

Color spaces of #059efe

RGB 5158254
HSL0.560.990.51
HSV203°98°100°
CMYK 0.980.380.00   0.00
XYZ30.178831.641798.2828
Yxy31.64170.18850.1976
Hunter Lab56.2510-2.6734-64.2170
CIE-Lab63.04560.3935-57.0013

#059efe color RGB value is (5,158,254).

#059efe hex color red value is 5, green value is 158 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #059efe hue: 0.56 , saturation: 0.99 and the lightness value of 059efe is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011110 11111110
Octal 5 236 376
Decimal 5 158 254
Hex 5 9E FE

RGB Percentages of Color #059efe

%1.20
%37.89
%60.91

CMYK Percentages of Color #059efe

%98
%38
%0
%0

Triadic Colors of #059efe

#059efe #fe059e #9efe05

Analogous Colors of #059efe

#059efe #0522fe #05fee2

Monochromatic Colors of #059efe

#059efe

Complementary Color

#059efe #fe6505

#059efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#059efe Color CSS Codes

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

#059efe Text Font Color

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

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


#059efe Background Color

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

This div background color is #059efe


#059efe Border Color

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

This div border color is #059efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059efe

Related Colors


Comments

No comments written yet.

Please login to write comment.