Color Hex Logo

#058fa6 Color Hex

#058FA6
(5,143,166)
0 Favorites   0 Comments

Color spaces of #058fa6

RGB 5143166
HSL0.520.940.34
HSV189°97°65°
CMYK 0.970.140.00   0.35
XYZ16.768022.430439.5221
Yxy22.43040.21300.2849
Hunter Lab47.3607-19.6836-16.3244
CIE-Lab54.4807-23.3706-21.1484

#058fa6 color RGB value is (5,143,166).

#058fa6 hex color red value is 5, green value is 143 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #058fa6 hue: 0.52 , saturation: 0.94 and the lightness value of 058fa6 is 0.34.

The process color (four color CMYK) of #058fa6 color hex is 0.97, 0.14, 0.00, 0.35. Web safe color of #058fa6 is #009999. Color #058fa6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001111 10100110
Octal 5 217 246
Decimal 5 143 166
Hex 5 8F A6

RGB Percentages of Color #058fa6

%1.59
%45.54
%52.87

CMYK Percentages of Color #058fa6

%97
%14
%0
%35

Triadic Colors of #058fa6

#058fa6 #a6058f #8fa605

Analogous Colors of #058fa6

#058fa6 #053fa6 #05a66d

Monochromatic Colors of #058fa6

#058fa6

Complementary Color

#058fa6 #a61c05

#058fa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058fa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058fa6 Color CSS Codes

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

#058fa6 Text Font Color

<p style="color:#058fa6">Text here</p>

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


#058fa6 Background Color

<div style="background-color:#058fa6">
Div content here</div>

This div background color is #058fa6


#058fa6 Border Color

<div style="border:3px solid #058fa6">
Div here</div>

This div border color is #058fa6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,143,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #058fa6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #058fa6;
  -webkit-box-shadow: 1px 1px 3px 2px #058fa6;
  box-shadow:         1px 1px 3px 2px #058fa6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058fa6


Comments

No comments written yet.

Please login to write comment.