Color Hex Logo

#0c4011 Color Hex

#0C4011
(12,64,17)
0 Favorites   0 Comments

Color spaces of #0c4011

RGB 126417
HSL0.350.680.15
HSV126°81°25°
CMYK 0.810.000.73   0.75
XYZ2.08623.78541.1510
Yxy3.78540.29710.5390
Hunter Lab19.4561-14.908310.1117
CIE-Lab22.9489-27.889323.2596

#0c4011 color RGB value is (12,64,17).

#0c4011 hex color red value is 12, green value is 64 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #0c4011 hue: 0.35 , saturation: 0.68 and the lightness value of 0c4011 is 0.15.

The process color (four color CMYK) of #0c4011 color hex is 0.81, 0.00, 0.73, 0.75. Web safe color of #0c4011 is #003300. Color #0c4011 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 01000000 00010001
Octal 14 100 21
Decimal 12 64 17
Hex C 40 11

RGB Percentages of Color #0c4011

%12.90
%68.82
%18.28

CMYK Percentages of Color #0c4011

%81
%0
%73
%75

Triadic Colors of #0c4011

#0c4011 #110c40 #40110c

Analogous Colors of #0c4011

#0c4011 #0c402b #21400c

Monochromatic Colors of #0c4011

#0c4011

Complementary Color

#0c4011 #400c3b

#0c4011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c4011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c4011 Color CSS Codes

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

#0c4011 Text Font Color

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

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


#0c4011 Background Color

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

This div background color is #0c4011


#0c4011 Border Color

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

This div border color is #0c4011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c4011


Comments

No comments written yet.

Please login to write comment.