Color Hex Logo

#0d756a Color Hex

#0D756A
(13,117,106)
1 Favorites   0 Comments

Color spaces of #0d756a

RGB 13117106
HSL0.480.800.25
HSV174°89°46°
CMYK 0.890.000.09   0.54
XYZ9.128813.848815.8276
Yxy13.84880.23520.3569
Hunter Lab37.2140-21.33740.8330
CIE-Lab44.0153-29.7080-1.6848

#0d756a color RGB value is (13,117,106).

#0d756a hex color red value is 13, green value is 117 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #0d756a hue: 0.48 , saturation: 0.80 and the lightness value of 0d756a is 0.25.

The process color (four color CMYK) of #0d756a color hex is 0.89, 0.00, 0.09, 0.54. Web safe color of #0d756a is #006666. Color #0d756a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01110101 01101010
Octal 15 165 152
Decimal 13 117 106
Hex D 75 6A

RGB Percentages of Color #0d756a

%5.51
%49.58
%44.92

CMYK Percentages of Color #0d756a

%89
%0
%9
%54

Triadic Colors of #0d756a

#0d756a #6a0d75 #756a0d

Analogous Colors of #0d756a

#0d756a #0d4c75 #0d7536

Monochromatic Colors of #0d756a

#0d756a

Complementary Color

#0d756a #750d18

#0d756a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d756a Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d756a Color CSS Codes

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

#0d756a Text Font Color

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

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


#0d756a Background Color

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

This div background color is #0d756a


#0d756a Border Color

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

This div border color is #0d756a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d756a

#0d756a Color Palettes


Comments

No comments written yet.

Please login to write comment.