Color Hex Logo

#058bac Color Hex

#058BAC
(5,139,172)
0 Favorites   0 Comments

Color spaces of #058bac

RGB 5139172
HSL0.530.940.35
HSV192°97°67°
CMYK 0.970.190.00   0.33
XYZ16.741621.476142.2926
Yxy21.47610.20790.2667
Hunter Lab46.3423-16.6142-21.6692
CIE-Lab53.4667-19.1470-26.1555

#058bac color RGB value is (5,139,172).

#058bac hex color red value is 5, green value is 139 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #058bac hue: 0.53 , saturation: 0.94 and the lightness value of 058bac is 0.35.

The process color (four color CMYK) of #058bac color hex is 0.97, 0.19, 0.00, 0.33. Web safe color of #058bac is #009999. Color #058bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10001011 10101100
Octal 5 213 254
Decimal 5 139 172
Hex 5 8B AC

RGB Percentages of Color #058bac

%1.58
%43.99
%54.43

CMYK Percentages of Color #058bac

%97
%19
%0
%33

Triadic Colors of #058bac

#058bac #ac058b #8bac05

Analogous Colors of #058bac

#058bac #0538ac #05ac7a

Monochromatic Colors of #058bac

#058bac

Complementary Color

#058bac #ac2605

#058bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#058bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#058bac Color CSS Codes

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

#058bac Text Font Color

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

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


#058bac Background Color

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

This div background color is #058bac


#058bac Border Color

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

This div border color is #058bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #058bac


Comments

No comments written yet.

Please login to write comment.