Color Hex Logo

#0d7cbb Color Hex

#0D7CBB
(13,124,187)
0 Favorites   0 Comments

Color spaces of #0d7cbb

RGB 13124187
HSL0.560.870.39
HSV202°93°73°
CMYK 0.930.340.00   0.27
XYZ16.343318.088749.6438
Yxy18.08870.19440.2151
Hunter Lab42.5308-5.8368-39.4343
CIE-Lab49.6035-4.7360-40.8235

#0d7cbb color RGB value is (13,124,187).

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

The process color (four color CMYK) of #0d7cbb color hex is 0.93, 0.34, 0.00, 0.27. Web safe color of #0d7cbb is #0066cc. Color #0d7cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 01111100 10111011
Octal 15 174 273
Decimal 13 124 187
Hex D 7C BB

RGB Percentages of Color #0d7cbb

%4.01
%38.27
%57.72

CMYK Percentages of Color #0d7cbb

%93
%34
%0
%27

Triadic Colors of #0d7cbb

#0d7cbb #bb0d7c #7cbb0d

Analogous Colors of #0d7cbb

#0d7cbb #0d25bb #0dbba3

Monochromatic Colors of #0d7cbb

#0d7cbb

Complementary Color

#0d7cbb #bb4c0d

#0d7cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d7cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d7cbb Color CSS Codes

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

#0d7cbb Text Font Color

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

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


#0d7cbb Background Color

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

This div background color is #0d7cbb


#0d7cbb Border Color

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

This div border color is #0d7cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d7cbb


Comments

No comments written yet.

Please login to write comment.