#058c8e

#058c8e color hex

#058c8e hex color information.
RGB value of #058c8e is (5,140,142)
Change page background color to #058c8e | Reset

#058c8e rgb color chart

Color spaces of #058c8e

RGB 5140142
HSL0.500.930.29
HSV181°96°56°
CMYK 0.960.010.00   0.44
XYZ14.323220.741428.8398
Yxy20.74140.22410.3246
Hunter Lab45.5427-23.5615-5.6653
CIE-Lab52.6653-29.8963-10.0536

Shades of #058c8e

Tints of #058c8e

RGB Percentages of Color #058c8e

%1.74
%48.78
%49.48

CMYK Percentages of Color #058c8e

%96
%1
%0
%44

#058c8e Color Info

#058c8e hex color red value is 5, green value is 140 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #058c8e hue: 0.50 , saturation: 0.93 and the lightness value of 058c8e is 0.29.

The process color (four color CMYK) of #058c8e hex color is 0.96, 0.01, 0.00, 0.44. Web safe color of #058c8e is #009999

Color #058c8e contains mostly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001100 10001110
Octal 5 214 216
Decimal 5 140 142
Hexadecimal 5 8C 8E

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #058c8e

Triadic Colors of #058c8e

#058c8e #8e058c #8c8e05

Analogous Colors of #058c8e

#058c8e #05478e #058e4b

Complementary Color of #058c8e

#058c8e #8e0605

#058c8e HSL Color Chart
#058c8e hsl color chart
#058c8e RGB Color Chart

#058c8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058c8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#058c8e Color CSS Codes

.mybgcolor {background-color:#058c8e; } 
.myforecolor {color:#058c8e; }
.mybordercolor {border:3px solid #058c8e; }
Sample text font color #058c8e

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

html code
<p style="color:#058c8e">Text here</p>
#058c8e background color

This div background color is #058c8e

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

This div border color is #058c8e

<div style="border:3px solid #058c8e">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #058c8e Color Sample
#058c8eborder color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(5,140,142, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #058c8e; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #058c8e;
  -webkit-box-shadow: 1px 1px 3px 2px #058c8e;
  box-shadow:         1px 1px 3px 2px #058c8e; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(5,140,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #058c8e">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #058c8e

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

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top