Color Hex Logo

#0dadef Color Hex

#0DADEF
(13,173,239)
0 Favorites   0 Comments

Color spaces of #0dadef

RGB 13173239
HSL0.550.900.49
HSV198°95°94°
CMYK 0.950.280.00   0.06
XYZ30.689536.204787.0321
Yxy36.20470.19940.2352
Hunter Lab60.1703-14.2553-43.6395
CIE-Lab66.6760-13.3414-43.0659

#0dadef color RGB value is (13,173,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101101 11101111
Octal 15 255 357
Decimal 13 173 239
Hex D AD EF

RGB Percentages of Color #0dadef

%3.06
%40.71
%56.24

CMYK Percentages of Color #0dadef

%95
%28
%0
%6

Triadic Colors of #0dadef

#0dadef #ef0dad #adef0d

Analogous Colors of #0dadef

#0dadef #0d3cef #0defc0

Monochromatic Colors of #0dadef

#0dadef

Complementary Color

#0dadef #ef4f0d

#0dadef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dadef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dadef Color CSS Codes

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

#0dadef Text Font Color

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

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


#0dadef Background Color

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

This div background color is #0dadef


#0dadef Border Color

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

This div border color is #0dadef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dadef


Comments

No comments written yet.

Please login to write comment.