Color Hex Logo

#0d4cbc Color Hex

#0D4CBC
(13,76,188)
0 Favorites   0 Comments

Color spaces of #0d4cbc

RGB 1376188
HSL0.610.870.39
HSV218°93°74°
CMYK 0.930.600.00   0.26
XYZ11.82758.885348.6686
Yxy8.88530.17050.1281
Hunter Lab29.808218.6620-75.9385
CIE-Lab35.762526.5108-63.6726

#0d4cbc color RGB value is (13,76,188).

#0d4cbc hex color red value is 13, green value is 76 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0d4cbc hue: 0.61 , saturation: 0.87 and the lightness value of 0d4cbc is 0.39.

The process color (four color CMYK) of #0d4cbc color hex is 0.93, 0.60, 0.00, 0.26. Web safe color of #0d4cbc is #0033cc. Color #0d4cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01001100 10111100
Octal 15 114 274
Decimal 13 76 188
Hex D 4C BC

RGB Percentages of Color #0d4cbc

%4.69
%27.44
%67.87

CMYK Percentages of Color #0d4cbc

%93
%60
%0
%26

Triadic Colors of #0d4cbc

#0d4cbc #bc0d4c #4cbc0d

Analogous Colors of #0d4cbc

#0d4cbc #260dbc #0da4bc

Monochromatic Colors of #0d4cbc

#0d4cbc

Complementary Color

#0d4cbc #bc7d0d

#0d4cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d4cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d4cbc Color CSS Codes

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

#0d4cbc Text Font Color

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

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


#0d4cbc Background Color

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

This div background color is #0d4cbc


#0d4cbc Border Color

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

This div border color is #0d4cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d4cbc


Comments

No comments written yet.

Please login to write comment.