Color Hex Logo

#0d9efd Color Hex

#0D9EFD
(13,158,253)
0 Favorites   0 Comments

Color spaces of #0d9efd

RGB 13158253
HSL0.570.980.52
HSV204°95°99°
CMYK 0.950.380.00   0.01
XYZ30.122531.631197.4463
Yxy31.63110.18920.1987
Hunter Lab56.2415-2.8196-63.3591
CIE-Lab63.03680.2193-56.4666

#0d9efd color RGB value is (13,158,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10011110 11111101
Octal 15 236 375
Decimal 13 158 253
Hex D 9E FD

RGB Percentages of Color #0d9efd

%3.07
%37.26
%59.67

CMYK Percentages of Color #0d9efd

%95
%38
%0
%1

Triadic Colors of #0d9efd

#0d9efd #fd0d9e #9efd0d

Analogous Colors of #0d9efd

#0d9efd #0d26fd #0dfde4

Monochromatic Colors of #0d9efd

#0d9efd

Complementary Color

#0d9efd #fd6c0d

#0d9efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d9efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d9efd Color CSS Codes

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

#0d9efd Text Font Color

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

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


#0d9efd Background Color

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

This div background color is #0d9efd


#0d9efd Border Color

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

This div border color is #0d9efd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,158,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 #0d9efd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d9efd

Related Colors


Comments

No comments written yet.

Please login to write comment.