Color Hex Logo

#059baa Color Hex

#059BAA
(5,155,170)
0 Favorites   0 Comments

Color spaces of #059baa

RGB 5155170
HSL0.520.940.34
HSV185°97°67°
CMYK 0.970.090.00   0.33
XYZ19.039626.377242.1180
Yxy26.37720.21750.3013
Hunter Lab51.3587-23.7047-12.6711
CIE-Lab58.3934-28.1045-17.4601

#059baa color RGB value is (5,155,170).

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

The process color (four color CMYK) of #059baa color hex is 0.97, 0.09, 0.00, 0.33. Web safe color of #059baa is #009999. Color #059baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011011 10101010
Octal 5 233 252
Decimal 5 155 170
Hex 5 9B AA

RGB Percentages of Color #059baa

%1.52
%46.97
%51.52

CMYK Percentages of Color #059baa

%97
%9
%0
%33

Triadic Colors of #059baa

#059baa #aa059b #9baa05

Analogous Colors of #059baa

#059baa #0549aa #05aa67

Monochromatic Colors of #059baa

#059baa

Complementary Color

#059baa #aa1405

#059baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#059baa Color CSS Codes

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

#059baa Text Font Color

<p style="color:#059baa">Text here</p>

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


#059baa Background Color

<div style="background-color:#059baa">
Div content here</div>

This div background color is #059baa


#059baa Border Color

<div style="border:3px solid #059baa">
Div here</div>

This div border color is #059baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,155,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #059baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #059baa;
  -webkit-box-shadow: 1px 1px 3px 2px #059baa;
  box-shadow:         1px 1px 3px 2px #059baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059baa


Comments

No comments written yet.

Please login to write comment.