Color Hex Logo

#106b4d Color Hex

#106B4D
(16,107,77)
0 Favorites   0 Comments

Color spaces of #106b4d

RGB 1610777
HSL0.450.740.24
HSV160°85°42°
CMYK 0.850.000.28   0.58
XYZ6.810911.16148.8166
Yxy11.16140.25420.4166
Hunter Lab33.4087-22.07517.7394
CIE-Lab39.8510-33.05839.7694

#106b4d color RGB value is (16,107,77).

#106b4d hex color red value is 16, green value is 107 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #106b4d hue: 0.45 , saturation: 0.74 and the lightness value of 106b4d is 0.24.

The process color (four color CMYK) of #106b4d color hex is 0.85, 0.00, 0.28, 0.58. Web safe color of #106b4d is #006666. Color #106b4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101011 01001101
Octal 20 153 115
Decimal 16 107 77
Hex 10 6B 4D

RGB Percentages of Color #106b4d

%8.00
%53.50
%38.50

CMYK Percentages of Color #106b4d

%85
%0
%28
%58

Triadic Colors of #106b4d

#106b4d #4d106b #6b4d10

Analogous Colors of #106b4d

#106b4d #105c6b #106b20

Monochromatic Colors of #106b4d

#106b4d

Complementary Color

#106b4d #6b102e

#106b4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106b4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#106b4d Color CSS Codes

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

#106b4d Text Font Color

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

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


#106b4d Background Color

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

This div background color is #106b4d


#106b4d Border Color

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

This div border color is #106b4d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,107,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #106b4d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #106b4d;
  -webkit-box-shadow: 1px 1px 3px 2px #106b4d;
  box-shadow:         1px 1px 3px 2px #106b4d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,107,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106b4d


Comments

No comments written yet.

Please login to write comment.