Color Hex Logo

#059086 Color Hex

#059086
(5,144,134)
0 Favorites   0 Comments

Color spaces of #059086

RGB 5144134
HSL0.490.930.29
HSV176°97°56°
CMYK 0.970.000.07   0.44
XYZ14.338921.700025.9870
Yxy21.70000.23120.3499
Hunter Lab46.5833-26.5762-0.4673
CIE-Lab53.7072-34.2902-3.8742

#059086 color RGB value is (5,144,134).

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

The process color (four color CMYK) of #059086 color hex is 0.97, 0.00, 0.07, 0.44. Web safe color of #059086 is #009999. Color #059086 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10010000 10000110
Octal 5 220 206
Decimal 5 144 134
Hex 5 90 86

RGB Percentages of Color #059086

%1.77
%50.88
%47.35

CMYK Percentages of Color #059086

%97
%0
%7
%44

Triadic Colors of #059086

#059086 #860590 #908605

Analogous Colors of #059086

#059086 #055490 #059041

Monochromatic Colors of #059086

#059086

Complementary Color

#059086 #90050f

#059086 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059086 Color Preview on White Background

Lorem ipsum dolor sit amet.

#059086 Color CSS Codes

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

#059086 Text Font Color

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

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


#059086 Background Color

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

This div background color is #059086


#059086 Border Color

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

This div border color is #059086


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059086


Comments

No comments written yet.

Please login to write comment.