Color Hex Logo

#016d48 Color Hex

#016D48
(1,109,72)
0 Favorites   0 Comments

Color spaces of #016d48

RGB 110972
HSL0.440.980.22
HSV159°99°43°
CMYK 0.990.000.34   0.57
XYZ6.650911.41167.9830
Yxy11.41160.25540.4381
Hunter Lab33.7811-23.97339.6356
CIE-Lab40.2652-36.483013.3013

#016d48 color RGB value is (1,109,72).

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

The process color (four color CMYK) of #016d48 color hex is 0.99, 0.00, 0.34, 0.57. Web safe color of #016d48 is #006633. Color #016d48 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01101101 01001000
Octal 1 155 110
Decimal 1 109 72
Hex 1 6D 48

RGB Percentages of Color #016d48

%0.55
%59.89
%39.56

CMYK Percentages of Color #016d48

%99
%0
%34
%57

Triadic Colors of #016d48

#016d48 #48016d #6d4801

Analogous Colors of #016d48

#016d48 #015c6d #016d12

Monochromatic Colors of #016d48

#016d48

Complementary Color

#016d48 #6d0126

#016d48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#016d48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#016d48 Color CSS Codes

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

#016d48 Text Font Color

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

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


#016d48 Background Color

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

This div background color is #016d48


#016d48 Border Color

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

This div border color is #016d48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #016d48


Comments

No comments written yet.

Please login to write comment.