Color Hex Logo

#059156 Color Hex

#059156
(5,145,86)
0 Favorites   0 Comments

Color spaces of #059156

RGB 514586
HSL0.430.930.29
HSV155°97°57°
CMYK 0.970.000.41   0.43
XYZ11.867720.954912.2233
Yxy20.95490.26350.4652
Hunter Lab45.7765-33.832316.2119
CIE-Lab52.9001-47.075622.3128

#059156 color RGB value is (5,145,86).

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

The process color (four color CMYK) of #059156 color hex is 0.97, 0.00, 0.41, 0.43. Web safe color of #059156 is #009966. Color #059156 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 10010001 01010110
Octal 5 221 126
Decimal 5 145 86
Hex 5 91 56

RGB Percentages of Color #059156

%2.12
%61.44
%36.44

CMYK Percentages of Color #059156

%97
%0
%41
%43

Triadic Colors of #059156

#059156 #560591 #915605

Analogous Colors of #059156

#059156 #058691 #059110

Monochromatic Colors of #059156

#059156

Complementary Color

#059156 #910540

#059156 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059156 Color Preview on White Background

Lorem ipsum dolor sit amet.

#059156 Color CSS Codes

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

#059156 Text Font Color

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

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


#059156 Background Color

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

This div background color is #059156


#059156 Border Color

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

This div border color is #059156


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059156


Comments

No comments written yet.

Please login to write comment.