Color Hex Logo

#0d2def Color Hex

#0D2DEF
(13,45,239)
0 Favorites   0 Comments

Color spaces of #0d2def

RGB 1345239
HSL0.640.900.49
HSV232°95°94°
CMYK 0.950.810.00   0.06
XYZ16.68448.194382.3637
Yxy8.19430.15560.0764
Hunter Lab28.625753.9433-150.5551
CIE-Lab34.384362.7850-95.3614

#0d2def color RGB value is (13,45,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 00101101 11101111
Octal 15 55 357
Decimal 13 45 239
Hex D 2D EF

RGB Percentages of Color #0d2def

%4.38
%15.15
%80.47

CMYK Percentages of Color #0d2def

%95
%81
%0
%6

Triadic Colors of #0d2def

#0d2def #ef0d2d #2def0d

Analogous Colors of #0d2def

#0d2def #5e0def #0d9eef

Monochromatic Colors of #0d2def

#0d2def

Complementary Color

#0d2def #efcf0d

#0d2def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d2def Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d2def Color CSS Codes

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

#0d2def Text Font Color

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

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


#0d2def Background Color

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

This div background color is #0d2def


#0d2def Border Color

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

This div border color is #0d2def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d2def


Comments

No comments written yet.

Please login to write comment.