Color Hex Logo

#10424a Color Hex

#10424A
(16,66,74)
0 Favorites   0 Comments

Color spaces of #10424a

RGB 166674
HSL0.520.640.18
HSV188°78°29°
CMYK 0.780.110.00   0.71
XYZ3.39794.50107.1683
Yxy4.50100.22550.2987
Hunter Lab21.2156-8.5385-5.1820
CIE-Lab25.2630-13.1450-9.6142

#10424a color RGB value is (16,66,74).

#10424a hex color red value is 16, green value is 66 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #10424a hue: 0.52 , saturation: 0.64 and the lightness value of 10424a is 0.18.

The process color (four color CMYK) of #10424a color hex is 0.78, 0.11, 0.00, 0.71. Web safe color of #10424a is #003333. Color #10424a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 01000010 01001010
Octal 20 102 112
Decimal 16 66 74
Hex 10 42 4A

RGB Percentages of Color #10424a

%10.26
%42.31
%47.44

CMYK Percentages of Color #10424a

%78
%11
%0
%71

Triadic Colors of #10424a

#10424a #4a1042 #424a10

Analogous Colors of #10424a

#10424a #10254a #104a35

Monochromatic Colors of #10424a

#10424a

Complementary Color

#10424a #4a1810

#10424a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10424a Color Preview on White Background

Lorem ipsum dolor sit amet.

#10424a Color CSS Codes

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

#10424a Text Font Color

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

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


#10424a Background Color

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

This div background color is #10424a


#10424a Border Color

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

This div border color is #10424a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10424a


Comments

No comments written yet.

Please login to write comment.