Color Hex Logo

#059081 Color Hex

#059081
(5,144,129)
0 Favorites   0 Comments

Color spaces of #059081

RGB 5144129
HSL0.480.930.29
HSV174°97°56°
CMYK 0.970.000.10   0.44
XYZ13.998321.563824.1933
Yxy21.56380.23430.3609
Hunter Lab46.4368-27.45601.6161
CIE-Lab53.5611-35.7847-1.2036

#059081 color RGB value is (5,144,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10010000 10000001
Octal 5 220 201
Decimal 5 144 129
Hex 5 90 81

RGB Percentages of Color #059081

%1.80
%51.80
%46.40

CMYK Percentages of Color #059081

%97
%0
%10
%44

Triadic Colors of #059081

#059081 #810590 #908105

Analogous Colors of #059081

#059081 #055990 #05903c

Monochromatic Colors of #059081

#059081

Complementary Color

#059081 #900514

#059081 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059081 Color Preview on White Background

Lorem ipsum dolor sit amet.

#059081 Color CSS Codes

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

#059081 Text Font Color

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

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


#059081 Background Color

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

This div background color is #059081


#059081 Border Color

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

This div border color is #059081


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059081


Comments

No comments written yet.

Please login to write comment.