Color Hex Logo

#0d807b Color Hex

#0D807B
(13,128,123)
0 Favorites   0 Comments

Color spaces of #0d807b

RGB 13128123
HSL0.490.820.28
HSV177°90°50°
CMYK 0.900.000.04   0.50
XYZ11.460316.954021.4073
Yxy16.95400.23000.3403
Hunter Lab41.1752-22.3748-2.0026
CIE-Lab48.2020-29.7183-5.6026

#0d807b color RGB value is (13,128,123).

#0d807b hex color red value is 13, green value is 128 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #0d807b hue: 0.49 , saturation: 0.82 and the lightness value of 0d807b is 0.28.

The process color (four color CMYK) of #0d807b color hex is 0.90, 0.00, 0.04, 0.50. Web safe color of #0d807b is #009966. Color #0d807b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10000000 01111011
Octal 15 200 173
Decimal 13 128 123
Hex D 80 7B

RGB Percentages of Color #0d807b

%4.92
%48.48
%46.59

CMYK Percentages of Color #0d807b

%90
%0
%4
%50

Triadic Colors of #0d807b

#0d807b #7b0d80 #807b0d

Analogous Colors of #0d807b

#0d807b #0d4b80 #0d8042

Monochromatic Colors of #0d807b

#0d807b

Complementary Color

#0d807b #800d12

#0d807b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d807b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d807b Color CSS Codes

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

#0d807b Text Font Color

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

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


#0d807b Background Color

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

This div background color is #0d807b


#0d807b Border Color

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

This div border color is #0d807b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d807b


Comments

No comments written yet.

Please login to write comment.