Color Hex Logo

#106259 Color Hex

#106259
(16,98,89)
0 Favorites   0 Comments

Color spaces of #106259

RGB 169889
HSL0.480.720.22
HSV173°84°38°
CMYK 0.840.000.09   0.62
XYZ6.38459.566810.9613
Yxy9.56680.23720.3555
Hunter Lab30.9302-17.28270.6395
CIE-Lab37.0534-25.4276-1.5673

#106259 color RGB value is (16,98,89).

#106259 hex color red value is 16, green value is 98 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #106259 hue: 0.48 , saturation: 0.72 and the lightness value of 106259 is 0.22.

The process color (four color CMYK) of #106259 color hex is 0.84, 0.00, 0.09, 0.62. Web safe color of #106259 is #006666. Color #106259 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01100010 01011001
Octal 20 142 131
Decimal 16 98 89
Hex 10 62 59

RGB Percentages of Color #106259

%7.88
%48.28
%43.84

CMYK Percentages of Color #106259

%84
%0
%9
%62

Triadic Colors of #106259

#106259 #591062 #625910

Analogous Colors of #106259

#106259 #104262 #106230

Monochromatic Colors of #106259

#106259

Complementary Color

#106259 #621019

#106259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#106259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#106259 Color CSS Codes

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

#106259 Text Font Color

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

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


#106259 Background Color

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

This div background color is #106259


#106259 Border Color

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

This div border color is #106259


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,98,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 #106259">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #106259


Comments

No comments written yet.

Please login to write comment.