Color Hex Logo

#0f232c Color Hex

#0F232C
(15,35,44)
0 Favorites   0 Comments

Color spaces of #0f232c

RGB 153544
HSL0.550.490.12
HSV199°66°17°
CMYK 0.660.200.00   0.83
XYZ1.25271.48552.6036
Yxy1.48550.23450.2781
Hunter Lab12.1881-2.9829-4.1337
CIE-Lab12.5156-4.8057-8.4545

#0f232c color RGB value is (15,35,44).

#0f232c hex color red value is 15, green value is 35 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #0f232c hue: 0.55 , saturation: 0.49 and the lightness value of 0f232c is 0.12.

The process color (four color CMYK) of #0f232c color hex is 0.66, 0.20, 0.00, 0.83. Web safe color of #0f232c is #003333. Color #0f232c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00100011 00101100
Octal 17 43 54
Decimal 15 35 44
Hex F 23 2C

RGB Percentages of Color #0f232c

%15.96
%37.23
%46.81

CMYK Percentages of Color #0f232c

%66
%20
%0
%83

Triadic Colors of #0f232c

#0f232c #2c0f23 #232c0f

Analogous Colors of #0f232c

#0f232c #0f152c #0f2c27

Monochromatic Colors of #0f232c

#0f232c

Complementary Color

#0f232c #2c180f

#0f232c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f232c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f232c Color CSS Codes

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

#0f232c Text Font Color

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

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


#0f232c Background Color

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

This div background color is #0f232c


#0f232c Border Color

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

This div border color is #0f232c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(15,35,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0f232c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0f232c;
  -webkit-box-shadow: 1px 1px 3px 2px #0f232c;
  box-shadow:         1px 1px 3px 2px #0f232c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,35,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f232c


Comments

No comments written yet.

Please login to write comment.