Color Hex Logo

#10090e Color Hex

#10090E
(16,9,14)
0 Favorites   0 Comments

Color spaces of #10090e

RGB 16914
HSL0.880.280.05
HSV317°44°
CMYK 0.000.440.13   0.94
XYZ0.39060.33720.4600
Yxy0.33720.32880.2839
Hunter Lab5.80691.8447-0.6319
CIE-Lab3.04592.8716-1.3280

#10090e color RGB value is (16,9,14).

#10090e hex color red value is 16, green value is 9 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #10090e hue: 0.88 , saturation: 0.28 and the lightness value of 10090e is 0.05.

The process color (four color CMYK) of #10090e color hex is 0.00, 0.44, 0.13, 0.94. Web safe color of #10090e is #000000. Color #10090e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00001001 00001110
Octal 20 11 16
Decimal 16 9 14
Hex 10 9 E

RGB Percentages of Color #10090e

%41.03
%23.08
%35.90

CMYK Percentages of Color #10090e

%0
%44
%13
%94

Triadic Colors of #10090e

#10090e #0e1009 #090e10

Analogous Colors of #10090e

#10090e #10090b #0f0910

Monochromatic Colors of #10090e

#10090e

Complementary Color

#10090e #09100b

#10090e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#10090e Color Preview on White Background

Lorem ipsum dolor sit amet.

#10090e Color CSS Codes

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

#10090e Text Font Color

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

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


#10090e Background Color

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

This div background color is #10090e


#10090e Border Color

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

This div border color is #10090e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,9,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #10090e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #10090e;
  -webkit-box-shadow: 1px 1px 3px 2px #10090e;
  box-shadow:         1px 1px 3px 2px #10090e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #10090e


Comments

No comments written yet.

Please login to write comment.