Color Hex Logo

#059181 Color Hex

#059181
(5,145,129)
0 Favorites   0 Comments

Color spaces of #059181

RGB 5145129
HSL0.480.930.29
HSV173°97°57°
CMYK 0.970.000.11   0.43
XYZ14.150421.868024.2440
Yxy21.86800.23480.3629
Hunter Lab46.7632-27.82211.9959
CIE-Lab53.8867-36.2351-0.7268

#059181 color RGB value is (5,145,129).

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

The process color (four color CMYK) of #059181 color hex is 0.97, 0.00, 0.11, 0.43. Web safe color of #059181 is #009999. Color #059181 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10010001 10000001
Octal 5 221 201
Decimal 5 145 129
Hex 5 91 81

RGB Percentages of Color #059181

%1.79
%51.97
%46.24

CMYK Percentages of Color #059181

%97
%0
%11
%43

Triadic Colors of #059181

#059181 #810591 #918105

Analogous Colors of #059181

#059181 #055b91 #05913b

Monochromatic Colors of #059181

#059181

Complementary Color

#059181 #910515

#059181 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059181 Color Preview on White Background

Lorem ipsum dolor sit amet.

#059181 Color CSS Codes

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

#059181 Text Font Color

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

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


#059181 Background Color

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

This div background color is #059181


#059181 Border Color

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

This div border color is #059181


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,145,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #059181; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #059181;
  -webkit-box-shadow: 1px 1px 3px 2px #059181;
  box-shadow:         1px 1px 3px 2px #059181; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059181


Comments

No comments written yet.

Please login to write comment.