Color Hex Logo

#016d59 Color Hex

#016D59
(1,109,89)
0 Favorites   0 Comments

Color spaces of #016d59

RGB 110989
HSL0.470.980.22
HSV169°99°43°
CMYK 0.990.000.18   0.57
XYZ7.284311.665011.3188
Yxy11.66500.24070.3854
Hunter Lab34.1541-21.69954.2589
CIE-Lab40.6787-31.92153.6824

#016d59 color RGB value is (1,109,89).

#016d59 hex color red value is 1, green value is 109 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #016d59 hue: 0.47 , saturation: 0.98 and the lightness value of 016d59 is 0.22.

The process color (four color CMYK) of #016d59 color hex is 0.99, 0.00, 0.18, 0.57. Web safe color of #016d59 is #006666. Color #016d59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101101 01011001
Octal 1 155 131
Decimal 1 109 89
Hex 1 6D 59

RGB Percentages of Color #016d59

%0.50
%54.77
%44.72

CMYK Percentages of Color #016d59

%99
%0
%18
%57

Triadic Colors of #016d59

#016d59 #59016d #6d5901

Analogous Colors of #016d59

#016d59 #014b6d #016d23

Monochromatic Colors of #016d59

#016d59

Complementary Color

#016d59 #6d0115

#016d59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016d59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#016d59 Color CSS Codes

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

#016d59 Text Font Color

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

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


#016d59 Background Color

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

This div background color is #016d59


#016d59 Border Color

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

This div border color is #016d59


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,109,89, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #016d59; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #016d59;
  -webkit-box-shadow: 1px 1px 3px 2px #016d59;
  box-shadow:         1px 1px 3px 2px #016d59; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,109,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016d59


Comments

No comments written yet.

Please login to write comment.