Color Hex Logo

#0f0400 Color Hex

#0F0400
(15,4,0)
0 Favorites   0 Comments

Color spaces of #0f0400

RGB 1540
HSL0.041.000.03
HSV16°100°
CMYK 0.000.731.00   0.94
XYZ0.24040.18840.0237
Yxy0.18840.53130.4164
Hunter Lab4.34052.29042.7146
CIE-Lab1.70182.51242.5952

#0f0400 color RGB value is (15,4,0).

#0f0400 hex color red value is 15, green value is 4 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #0f0400 hue: 0.04 , saturation: 1.00 and the lightness value of 0f0400 is 0.03.

The process color (four color CMYK) of #0f0400 color hex is 0.00, 0.73, 1.00, 0.94. Web safe color of #0f0400 is #000000. Color #0f0400 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 00000100 00000000
Octal 17 4 0
Decimal 15 4 0
Hex F 4 0

RGB Percentages of Color #0f0400

%78.95
%21.05
%0.00

CMYK Percentages of Color #0f0400

%0
%73
%100
%94

Triadic Colors of #0f0400

#0f0400 #000f04 #04000f

Analogous Colors of #0f0400

#0f0400 #0f0c00 #0f0004

Monochromatic Colors of #0f0400

#0f0400

Complementary Color

#0f0400 #000b0f

#0f0400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f0400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f0400 Color CSS Codes

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

#0f0400 Text Font Color

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

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


#0f0400 Background Color

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

This div background color is #0f0400


#0f0400 Border Color

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

This div border color is #0f0400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f0400

#0f0400 Color Palettes


Comments

No comments written yet.

Please login to write comment.