color codes Logo

#0d1cef color codes

#0D1CEF
(13,28,239)
0 Favorites   0 Comments

Color spaces of #0d1cef

RGB 1328239
HSL0.660.900.49
HSV236°95°94°
CMYK 0.950.880.00   0.06
XYZ16.16127.148182.1893
Yxy7.14810.15320.0678
Hunter Lab26.735961.1109-163.5491
CIE-Lab32.141769.4939-99.0992

#0d1cef color RGB value is (13,28,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 00011100 11101111
Octal 15 34 357
Decimal 13 28 239
Hex D 1C EF

RGB Percentages of Color #0d1cef

%4.64
%10.00
%85.36

CMYK Percentages of Color #0d1cef

%95
%88
%0
%6

Triadic Colors of #0d1cef

#0d1cef #ef0d1c #1cef0d

Analogous Colors of #0d1cef

#0d1cef #6f0def #0d8def

Monochromatic Colors of #0d1cef

#0d1cef

Complementary Color

#0d1cef #efe00d

#0d1cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d1cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d1cef Color CSS Codes

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

#0d1cef Text Font Color

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

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


#0d1cef Background Color

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

This div background color is #0d1cef


#0d1cef Border Color

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

This div border color is #0d1cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d1cef


Comments

No comments written yet.

Please login to write comment.