Color Hex Logo

#0f252f Color Hex

#0F252F
(15,37,47)
0 Favorites   0 Comments

Color spaces of #0f252f

RGB 153747
HSL0.550.520.12
HSV199°68°18°
CMYK 0.680.210.00   0.82
XYZ1.37171.62992.9316
Yxy1.62990.23120.2747
Hunter Lab12.7668-3.1632-4.6779
CIE-Lab13.4111-5.0386-9.2350

#0f252f color RGB value is (15,37,47).

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

The process color (four color CMYK) of #0f252f color hex is 0.68, 0.21, 0.00, 0.82. Web safe color of #0f252f is #003333. Color #0f252f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00100101 00101111
Octal 17 45 57
Decimal 15 37 47
Hex F 25 2F

RGB Percentages of Color #0f252f

%15.15
%37.37
%47.47

CMYK Percentages of Color #0f252f

%68
%21
%0
%82

Triadic Colors of #0f252f

#0f252f #2f0f25 #252f0f

Analogous Colors of #0f252f

#0f252f #0f152f #0f2f29

Monochromatic Colors of #0f252f

#0f252f

Complementary Color

#0f252f #2f190f

#0f252f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f252f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f252f Color CSS Codes

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

#0f252f Text Font Color

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

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


#0f252f Background Color

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

This div background color is #0f252f


#0f252f Border Color

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

This div border color is #0f252f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f252f


Comments

No comments written yet.

Please login to write comment.