Color Hex Logo

#0c272e Color Hex

#0C272E
(12,39,46)
0 Favorites   0 Comments

Color spaces of #0c272e

RGB 123946
HSL0.530.590.11
HSV192°74°18°
CMYK 0.740.150.00   0.82
XYZ1.37031.72652.8458
Yxy1.72650.23060.2905
Hunter Lab13.1396-4.3790-3.6434
CIE-Lab13.9811-7.5366-7.6618

#0c272e color RGB value is (12,39,46).

#0c272e hex color red value is 12, green value is 39 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #0c272e hue: 0.53 , saturation: 0.59 and the lightness value of 0c272e is 0.11.

The process color (four color CMYK) of #0c272e color hex is 0.74, 0.15, 0.00, 0.82. Web safe color of #0c272e is #003333. Color #0c272e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 00100111 00101110
Octal 14 47 56
Decimal 12 39 46
Hex C 27 2E

RGB Percentages of Color #0c272e

%12.37
%40.21
%47.42

CMYK Percentages of Color #0c272e

%74
%15
%0
%82

Triadic Colors of #0c272e

#0c272e #2e0c27 #272e0c

Analogous Colors of #0c272e

#0c272e #0c162e #0c2e24

Monochromatic Colors of #0c272e

#0c272e

Complementary Color

#0c272e #2e130c

#0c272e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0c272e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0c272e Color CSS Codes

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

#0c272e Text Font Color

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

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


#0c272e Background Color

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

This div background color is #0c272e


#0c272e Border Color

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

This div border color is #0c272e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0c272e


Comments

No comments written yet.

Please login to write comment.