Color Hex Logo

#059972 Color Hex

#059972
(5,153,114)
0 Favorites   0 Comments

Color spaces of #059972

RGB 5153114
HSL0.460.940.31
HSV164°97°60°
CMYK 0.970.000.25   0.40
XYZ14.491124.029619.7940
Yxy24.02960.24850.4121
Hunter Lab49.0200-33.017510.3730
CIE-Lab56.1174-43.740411.0427

#059972 color RGB value is (5,153,114).

#059972 hex color red value is 5, green value is 153 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #059972 hue: 0.46 , saturation: 0.94 and the lightness value of 059972 is 0.31.

The process color (four color CMYK) of #059972 color hex is 0.97, 0.00, 0.25, 0.40. Web safe color of #059972 is #009966. Color #059972 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011001 01110010
Octal 5 231 162
Decimal 5 153 114
Hex 5 99 72

RGB Percentages of Color #059972

%1.84
%56.25
%41.91

CMYK Percentages of Color #059972

%97
%0
%25
%40

Triadic Colors of #059972

#059972 #720599 #997205

Analogous Colors of #059972

#059972 #057699 #059928

Monochromatic Colors of #059972

#059972

Complementary Color

#059972 #99052c

#059972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#059972 Color CSS Codes

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

#059972 Text Font Color

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

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


#059972 Background Color

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

This div background color is #059972


#059972 Border Color

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

This div border color is #059972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059972


Comments

No comments written yet.

Please login to write comment.