Color Hex Logo

#059a5a Color Hex

#059A5A
(5,154,90)
0 Favorites   0 Comments

Color spaces of #059a5a

RGB 515490
HSL0.430.940.31
HSV154°97°60°
CMYK 0.970.000.42   0.40
XYZ13.463723.881713.5729
Yxy23.88170.26440.4690
Hunter Lab48.8689-36.342717.7410
CIE-Lab55.9692-49.569324.1766

#059a5a color RGB value is (5,154,90).

#059a5a hex color red value is 5, green value is 154 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #059a5a hue: 0.43 , saturation: 0.94 and the lightness value of 059a5a is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 10011010 01011010
Octal 5 232 132
Decimal 5 154 90
Hex 5 9A 5A

RGB Percentages of Color #059a5a

%2.01
%61.85
%36.14

CMYK Percentages of Color #059a5a

%97
%0
%42
%40

Triadic Colors of #059a5a

#059a5a #5a059a #9a5a05

Analogous Colors of #059a5a

#059a5a #05909a #059a10

Monochromatic Colors of #059a5a

#059a5a

Complementary Color

#059a5a #9a0545

#059a5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#059a5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#059a5a Color CSS Codes

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

#059a5a Text Font Color

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

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


#059a5a Background Color

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

This div background color is #059a5a


#059a5a Border Color

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

This div border color is #059a5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,154,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #059a5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #059a5a;
  -webkit-box-shadow: 1px 1px 3px 2px #059a5a;
  box-shadow:         1px 1px 3px 2px #059a5a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #059a5a


Comments

No comments written yet.

Please login to write comment.