Color Hex Logo

#0dabfd Color Hex

#0DABFD
(13,171,253)
0 Favorites   0 Comments

Color spaces of #0dabfd

RGB 13171253
HSL0.560.980.52
HSV201°95°99°
CMYK 0.950.320.00   0.01
XYZ32.458536.303298.2250
Yxy36.30320.19440.2174
Hunter Lab60.2521-9.2813-54.4800
CIE-Lab66.7509-7.1962-50.5750

#0dabfd color RGB value is (13,171,253).

#0dabfd hex color red value is 13, green value is 171 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #0dabfd hue: 0.56 , saturation: 0.98 and the lightness value of 0dabfd is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101011 11111101
Octal 15 253 375
Decimal 13 171 253
Hex D AB FD

RGB Percentages of Color #0dabfd

%2.97
%39.13
%57.89

CMYK Percentages of Color #0dabfd

%95
%32
%0
%1

Triadic Colors of #0dabfd

#0dabfd #fd0dab #abfd0d

Analogous Colors of #0dabfd

#0dabfd #0d33fd #0dfdd7

Monochromatic Colors of #0dabfd

#0dabfd

Complementary Color

#0dabfd #fd5f0d

#0dabfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dabfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dabfd Color CSS Codes

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

#0dabfd Text Font Color

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

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


#0dabfd Background Color

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

This div background color is #0dabfd


#0dabfd Border Color

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

This div border color is #0dabfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dabfd

Related Colors


Comments

No comments written yet.

Please login to write comment.