Color Hex Logo

#058b8e Color Hex

#058B8E
(5,139,142)
0 Favorites   0 Comments

Color spaces of #058b8e

RGB 5139142
HSL0.500.930.29
HSV181°96°56°
CMYK 0.960.020.00   0.44
XYZ14.177720.450528.7913
Yxy20.45050.22360.3225
Hunter Lab45.2222-23.1771-6.0922
CIE-Lab52.3428-29.4101-10.5377

#058b8e color RGB value is (5,139,142).

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

The process color (four color CMYK) of #058b8e color hex is 0.96, 0.02, 0.00, 0.44. Web safe color of #058b8e is #009999. Color #058b8e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001011 10001110
Octal 5 213 216
Decimal 5 139 142
Hex 5 8B 8E

RGB Percentages of Color #058b8e

%1.75
%48.60
%49.65

CMYK Percentages of Color #058b8e

%96
%2
%0
%44

Triadic Colors of #058b8e

#058b8e #8e058b #8b8e05

Analogous Colors of #058b8e

#058b8e #05478e #058e4d

Monochromatic Colors of #058b8e

#058b8e

Complementary Color

#058b8e #8e0805

#058b8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058b8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#058b8e Color CSS Codes

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

#058b8e Text Font Color

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

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


#058b8e Background Color

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

This div background color is #058b8e


#058b8e Border Color

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

This div border color is #058b8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058b8e


Comments

No comments written yet.

Please login to write comment.