Color Hex Logo

#058a93 Color Hex

#058A93
(5,138,147)
0 Favorites   0 Comments

Color spaces of #058a93

RGB 5138147
HSL0.510.930.30
HSV184°97°58°
CMYK 0.970.060.00   0.42
XYZ14.417520.315830.7652
Yxy20.31580.22010.3102
Hunter Lab45.0731-21.7811-8.9180
CIE-Lab52.1924-27.2752-13.6660

#058a93 color RGB value is (5,138,147).

#058a93 hex color red value is 5, green value is 138 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #058a93 hue: 0.51 , saturation: 0.93 and the lightness value of 058a93 is 0.30.

The process color (four color CMYK) of #058a93 color hex is 0.97, 0.06, 0.00, 0.42. Web safe color of #058a93 is #009999. Color #058a93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001010 10010011
Octal 5 212 223
Decimal 5 138 147
Hex 5 8A 93

RGB Percentages of Color #058a93

%1.72
%47.59
%50.69

CMYK Percentages of Color #058a93

%97
%6
%0
%42

Triadic Colors of #058a93

#058a93 #93058a #8a9305

Analogous Colors of #058a93

#058a93 #054393 #059355

Monochromatic Colors of #058a93

#058a93

Complementary Color

#058a93 #930e05

#058a93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058a93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#058a93 Color CSS Codes

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

#058a93 Text Font Color

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

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


#058a93 Background Color

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

This div background color is #058a93


#058a93 Border Color

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

This div border color is #058a93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058a93


Comments

No comments written yet.

Please login to write comment.