Color Hex Logo

#059374 Color Hex

#059374
(5,147,116)
0 Favorites   0 Comments

Color spaces of #059374

RGB 5147116
HSL0.460.930.30
HSV167°97°58°
CMYK 0.970.000.21   0.42
XYZ13.648722.160720.0811
Yxy22.16070.24420.3965
Hunter Lab47.0752-30.62837.6610
CIE-Lab54.1971-40.74287.1866

#059374 color RGB value is (5,147,116).

#059374 hex color red value is 5, green value is 147 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #059374 hue: 0.46 , saturation: 0.93 and the lightness value of 059374 is 0.30.

The process color (four color CMYK) of #059374 color hex is 0.97, 0.00, 0.21, 0.42. Web safe color of #059374 is #009966. Color #059374 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10010011 01110100
Octal 5 223 164
Decimal 5 147 116
Hex 5 93 74

RGB Percentages of Color #059374

%1.87
%54.85
%43.28

CMYK Percentages of Color #059374

%97
%0
%21
%42

Triadic Colors of #059374

#059374 #740593 #937405

Analogous Colors of #059374

#059374 #056b93 #05932d

Monochromatic Colors of #059374

#059374

Complementary Color

#059374 #930524

#059374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#059374 Color CSS Codes

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

#059374 Text Font Color

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

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


#059374 Background Color

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

This div background color is #059374


#059374 Border Color

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

This div border color is #059374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059374


Comments

No comments written yet.

Please login to write comment.