Color Hex Logo

#059aeb Color Hex

#059AEB
(5,154,235)
0 Favorites   0 Comments

Color spaces of #059aeb

RGB 5154235
HSL0.560.960.47
HSV201°98°92°
CMYK 0.980.340.00   0.08
XYZ26.613629.141682.8195
Yxy29.14160.19210.2103
Hunter Lab53.9830-6.4697-53.1734
CIE-Lab60.9064-4.3846-49.9692

#059aeb color RGB value is (5,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011010 11101011
Octal 5 232 353
Decimal 5 154 235
Hex 5 9A EB

RGB Percentages of Color #059aeb

%1.27
%39.09
%59.64

CMYK Percentages of Color #059aeb

%98
%34
%0
%8

Triadic Colors of #059aeb

#059aeb #eb059a #9aeb05

Analogous Colors of #059aeb

#059aeb #0527eb #05ebc9

Monochromatic Colors of #059aeb

#059aeb

Complementary Color

#059aeb #eb5605

#059aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#059aeb Color CSS Codes

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

#059aeb Text Font Color

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

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


#059aeb Background Color

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

This div background color is #059aeb


#059aeb Border Color

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

This div border color is #059aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,154,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 #059aeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059aeb


Comments

No comments written yet.

Please login to write comment.