Color Hex Logo

#070d0a Color Hex

#070D0A
(7,13,10)
0 Favorites   0 Comments

Color spaces of #070d0a

RGB 71310
HSL0.420.300.04
HSV150°46°
CMYK 0.460.000.23   0.95
XYZ0.28630.35490.3406
Yxy0.35490.29160.3615
Hunter Lab5.9573-1.84700.7804
CIE-Lab3.2058-2.09010.6555

#070d0a color RGB value is (7,13,10).

#070d0a hex color red value is 7, green value is 13 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #070d0a hue: 0.42 , saturation: 0.30 and the lightness value of 070d0a is 0.04.

The process color (four color CMYK) of #070d0a color hex is 0.46, 0.00, 0.23, 0.95. Web safe color of #070d0a is #000000. Color #070d0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00001101 00001010
Octal 7 15 12
Decimal 7 13 10
Hex 7 D A

RGB Percentages of Color #070d0a

%23.33
%43.33
%33.33

CMYK Percentages of Color #070d0a

%46
%0
%23
%95

Triadic Colors of #070d0a

#070d0a #0a070d #0d0a07

Analogous Colors of #070d0a

#070d0a #070d0d #070d07

Monochromatic Colors of #070d0a

#070d0a

Complementary Color

#070d0a #0d070a

#070d0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#070d0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#070d0a Color CSS Codes

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

#070d0a Text Font Color

<p style="color:#070d0a">Text here</p>

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


#070d0a Background Color

<div style="background-color:#070d0a">
Div content here</div>

This div background color is #070d0a


#070d0a Border Color

<div style="border:3px solid #070d0a">
Div here</div>

This div border color is #070d0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,13,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #070d0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #070d0a;
  -webkit-box-shadow: 1px 1px 3px 2px #070d0a;
  box-shadow:         1px 1px 3px 2px #070d0a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,13,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #070d0a


Comments

No comments written yet.

Please login to write comment.