Color Hex Logo

#059012 Color Hex

#059012
(5,144,18)
0 Favorites   0 Comments

Color spaces of #059012

RGB 514418
HSL0.350.930.29
HSV126°97°56°
CMYK 0.970.000.88   0.44
XYZ10.145020.02253.9023
Yxy20.02250.29780.5877
Hunter Lab44.7465-37.836626.1519
CIE-Lab51.8626-55.333351.0644

#059012 color RGB value is (5,144,18).

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

The process color (four color CMYK) of #059012 color hex is 0.97, 0.00, 0.88, 0.44. Web safe color of #059012 is #009900. Color #059012 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10010000 00010010
Octal 5 220 22
Decimal 5 144 18
Hex 5 90 12

RGB Percentages of Color #059012

%2.99
%86.23
%10.78

CMYK Percentages of Color #059012

%97
%0
%88
%44

Triadic Colors of #059012

#059012 #120590 #901205

Analogous Colors of #059012

#059012 #059058 #3d9005

Monochromatic Colors of #059012

#059012

Complementary Color

#059012 #900583

#059012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#059012 Color CSS Codes

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

#059012 Text Font Color

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

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


#059012 Background Color

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

This div background color is #059012


#059012 Border Color

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

This div border color is #059012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059012


Comments

No comments written yet.

Please login to write comment.