Color Hex Logo

#0dbad9 Color Hex

#0DBAD9
(13,186,217)
0 Favorites   0 Comments

Color spaces of #0dbad9

RGB 13186217
HSL0.530.890.45
HSV189°94°85°
CMYK 0.940.140.00   0.15
XYZ30.249340.213171.8132
Yxy40.21310.21260.2826
Hunter Lab63.4138-25.8271-22.7535
CIE-Lab69.6210-27.6834-26.4692

#0dbad9 color RGB value is (13,186,217).

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

The process color (four color CMYK) of #0dbad9 color hex is 0.94, 0.14, 0.00, 0.15. Web safe color of #0dbad9 is #00cccc. Color #0dbad9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10111010 11011001
Octal 15 272 331
Decimal 13 186 217
Hex D BA D9

RGB Percentages of Color #0dbad9

%3.13
%44.71
%52.16

CMYK Percentages of Color #0dbad9

%94
%14
%0
%15

Triadic Colors of #0dbad9

#0dbad9 #d90dba #bad90d

Analogous Colors of #0dbad9

#0dbad9 #0d54d9 #0dd992

Monochromatic Colors of #0dbad9

#0dbad9

Complementary Color

#0dbad9 #d92c0d

#0dbad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dbad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dbad9 Color CSS Codes

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

#0dbad9 Text Font Color

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

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


#0dbad9 Background Color

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

This div background color is #0dbad9


#0dbad9 Border Color

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

This div border color is #0dbad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dbad9


Comments

No comments written yet.

Please login to write comment.