Color Hex Logo

#10693f Color Hex

#10693F
(16,105,63)
0 Favorites   0 Comments

Color spaces of #10693f

RGB 1610563
HSL0.420.740.24
HSV152°85°41°
CMYK 0.850.000.40   0.59
XYZ6.162510.57226.4185
Yxy10.57220.26620.4566
Hunter Lab32.5149-23.070311.0565
CIE-Lab38.8504-35.556716.7323

#10693f color RGB value is (16,105,63).

#10693f hex color red value is 16, green value is 105 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #10693f hue: 0.42 , saturation: 0.74 and the lightness value of 10693f is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 01101001 00111111
Octal 20 151 77
Decimal 16 105 63
Hex 10 69 3F

RGB Percentages of Color #10693f

%8.70
%57.07
%34.24

CMYK Percentages of Color #10693f

%85
%0
%40
%59

Triadic Colors of #10693f

#10693f #3f1069 #693f10

Analogous Colors of #10693f

#10693f #106769 #106913

Monochromatic Colors of #10693f

#10693f

Complementary Color

#10693f #69103a

#10693f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10693f Color Preview on White Background

Lorem ipsum dolor sit amet.

#10693f Color CSS Codes

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

#10693f Text Font Color

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

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


#10693f Background Color

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

This div background color is #10693f


#10693f Border Color

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

This div border color is #10693f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10693f


Comments

No comments written yet.

Please login to write comment.