color codes Logo

#0db2da color codes

#0DB2DA
(13,178,218)
0 Favorites   0 Comments

Color spaces of #0db2da

RGB 13178218
HSL0.530.890.45
HSV192°94°85°
CMYK 0.940.180.00   0.15
XYZ28.741336.988371.9543
Yxy36.98830.20870.2686
Hunter Lab60.8180-22.0762-27.5739
CIE-Lab67.2683-23.3117-30.6397

#0db2da color RGB value is (13,178,218).

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

The process color (four color CMYK) of #0db2da color code is 0.94, 0.18, 0.00, 0.15. Web safe color of #0db2da is #0099cc. Color #0db2da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10110010 11011010
Octal 15 262 332
Decimal 13 178 218
Hex D B2 DA

RGB Percentages of Color #0db2da

%3.18
%43.52
%53.30

CMYK Percentages of Color #0db2da

%94
%18
%0
%15

Triadic Colors of #0db2da

#0db2da #da0db2 #b2da0d

Analogous Colors of #0db2da

#0db2da #0d4cda #0dda9c

Monochromatic Colors of #0db2da

#0db2da

Complementary Color

#0db2da #da350d

#0db2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0db2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#0db2da Color CSS Codes

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

#0db2da Text Font Color

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

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


#0db2da Background Color

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

This div background color is #0db2da


#0db2da Border Color

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

This div border color is #0db2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0db2da


Comments

No comments written yet.

Please login to write comment.