Color Hex Logo

#0d706f Color Hex

#0D706F
(13,112,111)
0 Favorites   0 Comments

Color spaces of #0d706f

RGB 13112111
HSL0.500.790.25
HSV179°88°44°
CMYK 0.880.000.01   0.56
XYZ8.829412.821617.0484
Yxy12.82160.22820.3313
Hunter Lab35.8073-18.6480-3.1638
CIE-Lab42.4932-25.6783-6.9461

#0d706f color RGB value is (13,112,111).

#0d706f hex color red value is 13, green value is 112 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #0d706f hue: 0.50 , saturation: 0.79 and the lightness value of 0d706f is 0.25.

The process color (four color CMYK) of #0d706f color hex is 0.88, 0.00, 0.01, 0.56. Web safe color of #0d706f is #006666. Color #0d706f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01110000 01101111
Octal 15 160 157
Decimal 13 112 111
Hex D 70 6F

RGB Percentages of Color #0d706f

%5.51
%47.46
%47.03

CMYK Percentages of Color #0d706f

%88
%0
%1
%56

Triadic Colors of #0d706f

#0d706f #6f0d70 #706f0d

Analogous Colors of #0d706f

#0d706f #0d4070 #0d703e

Monochromatic Colors of #0d706f

#0d706f

Complementary Color

#0d706f #700d0e

#0d706f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d706f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d706f Color CSS Codes

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

#0d706f Text Font Color

<p style="color:#0d706f">Text here</p>

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


#0d706f Background Color

<div style="background-color:#0d706f">
Div content here</div>

This div background color is #0d706f


#0d706f Border Color

<div style="border:3px solid #0d706f">
Div here</div>

This div border color is #0d706f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,112,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0d706f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0d706f;
  -webkit-box-shadow: 1px 1px 3px 2px #0d706f;
  box-shadow:         1px 1px 3px 2px #0d706f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d706f


Comments

No comments written yet.

Please login to write comment.