Color Hex Logo

#103f42 Color Hex

#103F42
(16,63,66)
0 Favorites   0 Comments

Color spaces of #103f42

RGB 166366
HSL0.510.610.16
HSV184°76°26°
CMYK 0.760.050.00   0.74
XYZ2.97464.05855.7809
Yxy4.05850.23210.3167
Hunter Lab20.1457-8.8987-2.9115
CIE-Lab23.8639-14.2596-6.4387

#103f42 color RGB value is (16,63,66).

#103f42 hex color red value is 16, green value is 63 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #103f42 hue: 0.51 , saturation: 0.61 and the lightness value of 103f42 is 0.16.

The process color (four color CMYK) of #103f42 color hex is 0.76, 0.05, 0.00, 0.74. Web safe color of #103f42 is #003333. Color #103f42 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00111111 01000010
Octal 20 77 102
Decimal 16 63 66
Hex 10 3F 42

RGB Percentages of Color #103f42

%11.03
%43.45
%45.52

CMYK Percentages of Color #103f42

%76
%5
%0
%74

Triadic Colors of #103f42

#103f42 #42103f #3f4210

Analogous Colors of #103f42

#103f42 #102642 #10422c

Monochromatic Colors of #103f42

#103f42

Complementary Color

#103f42 #421310

#103f42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#103f42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#103f42 Color CSS Codes

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

#103f42 Text Font Color

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

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


#103f42 Background Color

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

This div background color is #103f42


#103f42 Border Color

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

This div border color is #103f42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #103f42


Comments

No comments written yet.

Please login to write comment.