Color Hex Logo

#0dadea Color Hex

#0DADEA
(13,173,234)
0 Favorites   0 Comments

Color spaces of #0dadea

RGB 13173234
HSL0.550.890.48
HSV197°94°92°
CMYK 0.940.260.00   0.08
XYZ29.960835.913283.1947
Yxy35.91320.20100.2409
Hunter Lab59.9276-15.6323-40.3602
CIE-Lab66.4535-15.1191-40.6804

#0dadea color RGB value is (13,173,234).

#0dadea hex color red value is 13, green value is 173 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #0dadea hue: 0.55 , saturation: 0.89 and the lightness value of 0dadea is 0.48.

The process color (four color CMYK) of #0dadea color hex is 0.94, 0.26, 0.00, 0.08. Web safe color of #0dadea is #0099ff. Color #0dadea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101101 11101010
Octal 15 255 352
Decimal 13 173 234
Hex D AD EA

RGB Percentages of Color #0dadea

%3.10
%41.19
%55.71

CMYK Percentages of Color #0dadea

%94
%26
%0
%8

Triadic Colors of #0dadea

#0dadea #ea0dad #adea0d

Analogous Colors of #0dadea

#0dadea #0d3fea #0deab9

Monochromatic Colors of #0dadea

#0dadea

Complementary Color

#0dadea #ea4a0d

#0dadea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dadea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dadea Color CSS Codes

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

#0dadea Text Font Color

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

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


#0dadea Background Color

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

This div background color is #0dadea


#0dadea Border Color

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

This div border color is #0dadea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dadea


Comments

No comments written yet.

Please login to write comment.