Color Hex Logo

#0db9ba Color Hex

#0DB9BA
(13,185,186)
0 Favorites   0 Comments

Color spaces of #0db9ba

RGB 13185186
HSL0.500.870.39
HSV180°93°73°
CMYK 0.930.010.00   0.27
XYZ26.377938.328752.4623
Yxy38.32870.22510.3271
Hunter Lab61.9102-32.2898-6.9049
CIE-Lab68.2622-37.0591-11.5130

#0db9ba color RGB value is (13,185,186).

#0db9ba hex color red value is 13, green value is 185 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #0db9ba hue: 0.50 , saturation: 0.87 and the lightness value of 0db9ba is 0.39.

The process color (four color CMYK) of #0db9ba color hex is 0.93, 0.01, 0.00, 0.27. Web safe color of #0db9ba is #00cccc. Color #0db9ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111001 10111010
Octal 15 271 272
Decimal 13 185 186
Hex D B9 BA

RGB Percentages of Color #0db9ba

%3.39
%48.18
%48.44

CMYK Percentages of Color #0db9ba

%93
%1
%0
%27

Triadic Colors of #0db9ba

#0db9ba #ba0db9 #b9ba0d

Analogous Colors of #0db9ba

#0db9ba #0d62ba #0dba65

Monochromatic Colors of #0db9ba

#0db9ba

Complementary Color

#0db9ba #ba0e0d

#0db9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0db9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0db9ba Color CSS Codes

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

#0db9ba Text Font Color

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

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


#0db9ba Background Color

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

This div background color is #0db9ba


#0db9ba Border Color

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

This div border color is #0db9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0db9ba


Comments

No comments written yet.

Please login to write comment.