Color Hex Logo

#0da4ed Color Hex

#0DA4ED
(13,164,237)
0 Favorites   0 Comments

Color spaces of #0da4ed

RGB 13164237
HSL0.550.900.49
HSV200°95°93°
CMYK 0.950.310.00   0.07
XYZ28.727532.750984.9282
Yxy32.75090.19620.2237
Hunter Lab57.2284-10.5463-47.9278
CIE-Lab63.9587-9.1002-46.2431

#0da4ed color RGB value is (13,164,237).

#0da4ed hex color red value is 13, green value is 164 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #0da4ed hue: 0.55 , saturation: 0.90 and the lightness value of 0da4ed is 0.49.

The process color (four color CMYK) of #0da4ed color hex is 0.95, 0.31, 0.00, 0.07. Web safe color of #0da4ed is #0099ff. Color #0da4ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10100100 11101101
Octal 15 244 355
Decimal 13 164 237
Hex D A4 ED

RGB Percentages of Color #0da4ed

%3.14
%39.61
%57.25

CMYK Percentages of Color #0da4ed

%95
%31
%0
%7

Triadic Colors of #0da4ed

#0da4ed #ed0da4 #a4ed0d

Analogous Colors of #0da4ed

#0da4ed #0d34ed #0dedc6

Monochromatic Colors of #0da4ed

#0da4ed

Complementary Color

#0da4ed #ed560d

#0da4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0da4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#0da4ed Color CSS Codes

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

#0da4ed Text Font Color

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

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


#0da4ed Background Color

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

This div background color is #0da4ed


#0da4ed Border Color

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

This div border color is #0da4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0da4ed


Comments

No comments written yet.

Please login to write comment.