Color Hex Logo

#10682f Color Hex

#10682F
(16,104,47)
0 Favorites   0 Comments

Color spaces of #10682f

RGB 1610447
HSL0.390.730.24
HSV141°85°41°
CMYK 0.850.000.55   0.59
XYZ5.677110.21604.3620
Yxy10.21600.28030.5044
Hunter Lab31.9625-24.229614.2823
CIE-Lab38.2273-38.289925.0614

#10682f color RGB value is (16,104,47).

#10682f hex color red value is 16, green value is 104 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #10682f hue: 0.39 , saturation: 0.73 and the lightness value of 10682f is 0.24.

The process color (four color CMYK) of #10682f color hex is 0.85, 0.00, 0.55, 0.59. Web safe color of #10682f is #006633. Color #10682f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101000 00101111
Octal 20 150 57
Decimal 16 104 47
Hex 10 68 2F

RGB Percentages of Color #10682f

%9.58
%62.28
%28.14

CMYK Percentages of Color #10682f

%85
%0
%55
%59

Triadic Colors of #10682f

#10682f #2f1068 #682f10

Analogous Colors of #10682f

#10682f #10685b #1d6810

Monochromatic Colors of #10682f

#10682f

Complementary Color

#10682f #681049

#10682f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10682f Color Preview on White Background

Lorem ipsum dolor sit amet.

#10682f Color CSS Codes

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

#10682f Text Font Color

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

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


#10682f Background Color

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

This div background color is #10682f


#10682f Border Color

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

This div border color is #10682f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,104,47, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10682f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10682f;
  -webkit-box-shadow: 1px 1px 3px 2px #10682f;
  box-shadow:         1px 1px 3px 2px #10682f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10682f


Comments

No comments written yet.

Please login to write comment.