Color Hex Logo

#0db2db Color Hex

#0DB2DB
(13,178,219)
0 Favorites   0 Comments

Color spaces of #0db2db

RGB 13178219
HSL0.530.890.45
HSV192°94°86°
CMYK 0.940.190.00   0.14
XYZ28.872637.040872.6457
Yxy37.04080.20840.2673
Hunter Lab60.8612-21.8264-28.1675
CIE-Lab67.3076-22.9712-31.1280

#0db2db color RGB value is (13,178,219).

#0db2db hex color red value is 13, green value is 178 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0db2db hue: 0.53 , saturation: 0.89 and the lightness value of 0db2db is 0.45.

The process color (four color CMYK) of #0db2db color hex is 0.94, 0.19, 0.00, 0.14. Web safe color of #0db2db is #0099cc. Color #0db2db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10110010 11011011
Octal 15 262 333
Decimal 13 178 219
Hex D B2 DB

RGB Percentages of Color #0db2db

%3.17
%43.41
%53.41

CMYK Percentages of Color #0db2db

%94
%19
%0
%14

Triadic Colors of #0db2db

#0db2db #db0db2 #b2db0d

Analogous Colors of #0db2db

#0db2db #0d4bdb #0ddb9d

Monochromatic Colors of #0db2db

#0db2db

Complementary Color

#0db2db #db360d

#0db2db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0db2db Color Preview on White Background

Lorem ipsum dolor sit amet.

#0db2db Color CSS Codes

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

#0db2db Text Font Color

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

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


#0db2db Background Color

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

This div background color is #0db2db


#0db2db Border Color

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

This div border color is #0db2db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0db2db


Comments

No comments written yet.

Please login to write comment.