Color Hex Logo

#059deb Color Hex

#059DEB
(5,157,235)
0 Favorites   0 Comments

Color spaces of #059deb

RGB 5157235
HSL0.560.960.47
HSV200°98°92°
CMYK 0.980.330.00   0.08
XYZ27.115030.144482.9866
Yxy30.14440.19330.2149
Hunter Lab54.9039-7.9273-51.1834
CIE-Lab61.7786-6.1027-48.5880

#059deb color RGB value is (5,157,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011101 11101011
Octal 5 235 353
Decimal 5 157 235
Hex 5 9D EB

RGB Percentages of Color #059deb

%1.26
%39.55
%59.19

CMYK Percentages of Color #059deb

%98
%33
%0
%8

Triadic Colors of #059deb

#059deb #eb059d #9deb05

Analogous Colors of #059deb

#059deb #052aeb #05ebc6

Monochromatic Colors of #059deb

#059deb

Complementary Color

#059deb #eb5305

#059deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#059deb Color CSS Codes

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

#059deb Text Font Color

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

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


#059deb Background Color

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

This div background color is #059deb


#059deb Border Color

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

This div border color is #059deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059deb


Comments

No comments written yet.

Please login to write comment.