Color Hex Logo

#0d1efe Color Hex

#0D1EFE
(13,30,254)
0 Favorites   0 Comments

Color spaces of #0d1efe

RGB 1330254
HSL0.650.990.52
HSV236°95°100°
CMYK 0.950.880.00   0.00
XYZ18.51968.169994.3668
Yxy8.16990.15300.0675
Hunter Lab28.583065.6339-175.7376
CIE-Lab34.334272.9106-103.9018

#0d1efe color RGB value is (13,30,254).

#0d1efe hex color red value is 13, green value is 30 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #0d1efe hue: 0.65 , saturation: 0.99 and the lightness value of 0d1efe is 0.52.

The process color (four color CMYK) of #0d1efe color hex is 0.95, 0.88, 0.00, 0.00. Web safe color of #0d1efe is #0033ff. Color #0d1efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00011110 11111110
Octal 15 36 376
Decimal 13 30 254
Hex D 1E FE

RGB Percentages of Color #0d1efe

%4.38
%10.10
%85.52

CMYK Percentages of Color #0d1efe

%95
%88
%0
%0

Triadic Colors of #0d1efe

#0d1efe #fe0d1e #1efe0d

Analogous Colors of #0d1efe

#0d1efe #750dfe #0d97fe

Monochromatic Colors of #0d1efe

#0d1efe

Complementary Color

#0d1efe #feed0d

#0d1efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d1efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d1efe Color CSS Codes

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

#0d1efe Text Font Color

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

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


#0d1efe Background Color

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

This div background color is #0d1efe


#0d1efe Border Color

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

This div border color is #0d1efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d1efe

Related Colors


Comments

No comments written yet.

Please login to write comment.