Color Hex Logo

#0d5e7e Color Hex

#0D5E7E
(13,94,126)
0 Favorites   0 Comments

Color spaces of #0d5e7e

RGB 1394126
HSL0.550.810.27
HSV197°90°49°
CMYK 0.900.250.00   0.51
XYZ7.93469.597321.1729
Yxy9.59730.20500.2480
Hunter Lab30.9795-8.4960-18.8360
CIE-Lab37.1098-10.3975-24.3012

#0d5e7e color RGB value is (13,94,126).

#0d5e7e hex color red value is 13, green value is 94 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #0d5e7e hue: 0.55 , saturation: 0.81 and the lightness value of 0d5e7e is 0.27.

The process color (four color CMYK) of #0d5e7e color hex is 0.90, 0.25, 0.00, 0.51. Web safe color of #0d5e7e is #006666. Color #0d5e7e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01011110 01111110
Octal 15 136 176
Decimal 13 94 126
Hex D 5E 7E

RGB Percentages of Color #0d5e7e

%5.58
%40.34
%54.08

CMYK Percentages of Color #0d5e7e

%90
%25
%0
%51

Triadic Colors of #0d5e7e

#0d5e7e #7e0d5e #5e7e0d

Analogous Colors of #0d5e7e

#0d5e7e #0d267e #0d7e66

Monochromatic Colors of #0d5e7e

#0d5e7e

Complementary Color

#0d5e7e #7e2d0d

#0d5e7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d5e7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d5e7e Color CSS Codes

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

#0d5e7e Text Font Color

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

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


#0d5e7e Background Color

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

This div background color is #0d5e7e


#0d5e7e Border Color

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

This div border color is #0d5e7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d5e7e


Comments

No comments written yet.

Please login to write comment.