Color Hex Logo

#0c1720 Color Hex

#0C1720
(12,23,32)
0 Favorites   0 Comments

Color spaces of #0c1720

RGB 122332
HSL0.580.450.09
HSV207°63°13°
CMYK 0.630.280.00   0.87
XYZ0.71870.79521.4821
Yxy0.79520.23990.2654
Hunter Lab8.9174-1.2192-3.6120
CIE-Lab7.1830-1.5203-7.7825

#0c1720 color RGB value is (12,23,32).

#0c1720 hex color red value is 12, green value is 23 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #0c1720 hue: 0.58 , saturation: 0.45 and the lightness value of 0c1720 is 0.09.

The process color (four color CMYK) of #0c1720 color hex is 0.63, 0.28, 0.00, 0.87. Web safe color of #0c1720 is #000033. Color #0c1720 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00010111 00100000
Octal 14 27 40
Decimal 12 23 32
Hex C 17 20

RGB Percentages of Color #0c1720

%17.91
%34.33
%47.76

CMYK Percentages of Color #0c1720

%63
%28
%0
%87

Triadic Colors of #0c1720

#0c1720 #200c17 #17200c

Analogous Colors of #0c1720

#0c1720 #0c0d20 #0c201f

Monochromatic Colors of #0c1720

#0c1720

Complementary Color

#0c1720 #20150c

#0c1720 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c1720 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c1720 Color CSS Codes

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

#0c1720 Text Font Color

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

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


#0c1720 Background Color

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

This div background color is #0c1720


#0c1720 Border Color

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

This div border color is #0c1720


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,23,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0c1720; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0c1720;
  -webkit-box-shadow: 1px 1px 3px 2px #0c1720;
  box-shadow:         1px 1px 3px 2px #0c1720; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,23,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c1720


Comments

No comments written yet.

Please login to write comment.