Color Hex Logo

#0f4450 Color Hex

#0F4450
(15,68,80)
0 Favorites   0 Comments

Color spaces of #0f4450

RGB 156880
HSL0.530.680.19
HSV191°81°31°
CMYK 0.810.150.00   0.69
XYZ3.71214.81508.3232
Yxy4.81500.22030.2858
Hunter Lab21.9431-8.2037-7.1290
CIE-Lab26.2011-12.2603-12.1198

#0f4450 color RGB value is (15,68,80).

#0f4450 hex color red value is 15, green value is 68 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #0f4450 hue: 0.53 , saturation: 0.68 and the lightness value of 0f4450 is 0.19.

The process color (four color CMYK) of #0f4450 color hex is 0.81, 0.15, 0.00, 0.69. Web safe color of #0f4450 is #003366. Color #0f4450 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 01000100 01010000
Octal 17 104 120
Decimal 15 68 80
Hex F 44 50

RGB Percentages of Color #0f4450

%9.20
%41.72
%49.08

CMYK Percentages of Color #0f4450

%81
%15
%0
%69

Triadic Colors of #0f4450

#0f4450 #500f44 #44500f

Analogous Colors of #0f4450

#0f4450 #0f2450 #0f503c

Monochromatic Colors of #0f4450

#0f4450

Complementary Color

#0f4450 #501b0f

#0f4450 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f4450 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f4450 Color CSS Codes

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

#0f4450 Text Font Color

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

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


#0f4450 Background Color

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

This div background color is #0f4450


#0f4450 Border Color

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

This div border color is #0f4450


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f4450


Comments

No comments written yet.

Please login to write comment.