Color Hex Logo

#0da4bd Color Hex

#0DA4BD
(13,164,189)
0 Favorites   0 Comments

Color spaces of #0da4bd

RGB 13164189
HSL0.520.870.40
HSV189°93°74°
CMYK 0.930.130.00   0.26
XYZ22.626730.310652.8021
Yxy30.31060.21400.2867
Hunter Lab55.0551-22.9859-18.3252
CIE-Lab61.9213-25.9848-22.7834

#0da4bd color RGB value is (13,164,189).

#0da4bd hex color red value is 13, green value is 164 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0da4bd hue: 0.52 , saturation: 0.87 and the lightness value of 0da4bd is 0.40.

The process color (four color CMYK) of #0da4bd color hex is 0.93, 0.13, 0.00, 0.26. Web safe color of #0da4bd is #0099cc. Color #0da4bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10100100 10111101
Octal 15 244 275
Decimal 13 164 189
Hex D A4 BD

RGB Percentages of Color #0da4bd

%3.55
%44.81
%51.64

CMYK Percentages of Color #0da4bd

%93
%13
%0
%26

Triadic Colors of #0da4bd

#0da4bd #bd0da4 #a4bd0d

Analogous Colors of #0da4bd

#0da4bd #0d4cbd #0dbd7e

Monochromatic Colors of #0da4bd

#0da4bd

Complementary Color

#0da4bd #bd260d

#0da4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0da4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0da4bd Color CSS Codes

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

#0da4bd Text Font Color

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

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


#0da4bd Background Color

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

This div background color is #0da4bd


#0da4bd Border Color

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

This div border color is #0da4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0da4bd


Comments

No comments written yet.

Please login to write comment.