Color Hex Logo

#0d6fdc Color Hex

#0D6FDC
(13,111,220)
0 Favorites   0 Comments

Color spaces of #0d6fdc

RGB 13111220
HSL0.590.890.46
HSV212°94°86°
CMYK 0.940.500.00   0.14
XYZ18.768716.621869.9292
Yxy16.62180.17820.1578
Hunter Lab40.769810.8266-73.1564
CIE-Lab47.779916.2489-62.5904

#0d6fdc color RGB value is (13,111,220).

#0d6fdc hex color red value is 13, green value is 111 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #0d6fdc hue: 0.59 , saturation: 0.89 and the lightness value of 0d6fdc is 0.46.

The process color (four color CMYK) of #0d6fdc color hex is 0.94, 0.50, 0.00, 0.14. Web safe color of #0d6fdc is #0066cc. Color #0d6fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01101111 11011100
Octal 15 157 334
Decimal 13 111 220
Hex D 6F DC

RGB Percentages of Color #0d6fdc

%3.78
%32.27
%63.95

CMYK Percentages of Color #0d6fdc

%94
%50
%0
%14

Triadic Colors of #0d6fdc

#0d6fdc #dc0d6f #6fdc0d

Analogous Colors of #0d6fdc

#0d6fdc #130ddc #0dd7dc

Monochromatic Colors of #0d6fdc

#0d6fdc

Complementary Color

#0d6fdc #dc7a0d

#0d6fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d6fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d6fdc Color CSS Codes

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

#0d6fdc Text Font Color

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

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


#0d6fdc Background Color

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

This div background color is #0d6fdc


#0d6fdc Border Color

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

This div border color is #0d6fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d6fdc


Comments

No comments written yet.

Please login to write comment.