Color Hex Logo

#0c270b Color Hex

#0C270B
(12,39,11)
0 Favorites   0 Comments

Color spaces of #0c270b

RGB 123911
HSL0.330.560.10
HSV118°72°15°
CMYK 0.690.000.72   0.85
XYZ0.93751.55340.5670
Yxy1.55340.30660.5080
Hunter Lab12.4635-8.38466.0272
CIE-Lab12.9436-17.527414.2065

#0c270b color RGB value is (12,39,11).

#0c270b hex color red value is 12, green value is 39 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #0c270b hue: 0.33 , saturation: 0.56 and the lightness value of 0c270b is 0.10.

The process color (four color CMYK) of #0c270b color hex is 0.69, 0.00, 0.72, 0.85. Web safe color of #0c270b is #003300. Color #0c270b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00100111 00001011
Octal 14 47 13
Decimal 12 39 11
Hex C 27 B

RGB Percentages of Color #0c270b

%19.35
%62.90
%17.74

CMYK Percentages of Color #0c270b

%69
%0
%72
%85

Triadic Colors of #0c270b

#0c270b #0b0c27 #270b0c

Analogous Colors of #0c270b

#0c270b #0b2718 #1a270b

Monochromatic Colors of #0c270b

#0c270b

Complementary Color

#0c270b #260b27

#0c270b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c270b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c270b Color CSS Codes

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

#0c270b Text Font Color

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

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


#0c270b Background Color

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

This div background color is #0c270b


#0c270b Border Color

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

This div border color is #0c270b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c270b


Comments

No comments written yet.

Please login to write comment.