Color Hex Logo

#0b383c Color Hex

#0B383C
(11,56,60)
0 Favorites   0 Comments

Color spaces of #0b383c

RGB 115660
HSL0.510.690.14
HSV185°82°24°
CMYK 0.820.070.00   0.76
XYZ2.36783.22574.7728
Yxy3.22570.22840.3112
Hunter Lab17.9602-7.8977-3.1837
CIE-Lab20.9260-13.1350-6.8526

#0b383c color RGB value is (11,56,60).

#0b383c hex color red value is 11, green value is 56 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #0b383c hue: 0.51 , saturation: 0.69 and the lightness value of 0b383c is 0.14.

The process color (four color CMYK) of #0b383c color hex is 0.82, 0.07, 0.00, 0.76. Web safe color of #0b383c is #003333. Color #0b383c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 00111000 00111100
Octal 13 70 74
Decimal 11 56 60
Hex B 38 3C

RGB Percentages of Color #0b383c

%8.66
%44.09
%47.24

CMYK Percentages of Color #0b383c

%82
%7
%0
%76

Triadic Colors of #0b383c

#0b383c #3c0b38 #383c0b

Analogous Colors of #0b383c

#0b383c #0b203c #0b3c28

Monochromatic Colors of #0b383c

#0b383c

Complementary Color

#0b383c #3c0f0b

#0b383c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b383c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b383c Color CSS Codes

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

#0b383c Text Font Color

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

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


#0b383c Background Color

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

This div background color is #0b383c


#0b383c Border Color

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

This div border color is #0b383c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,56,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0b383c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0b383c;
  -webkit-box-shadow: 1px 1px 3px 2px #0b383c;
  box-shadow:         1px 1px 3px 2px #0b383c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,56,60, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b383c


Comments

No comments written yet.

Please login to write comment.