Color Hex Logo

#0fa806 Color Hex

#0FA806
(15,168,6)
0 Favorites   0 Comments

Color spaces of #0fa806

RGB 151686
HSL0.320.930.34
HSV117°96°66°
CMYK 0.910.000.96   0.34
XYZ14.232528.12004.8499
Yxy28.12000.30150.5957
Hunter Lab53.0283-44.891131.6972
CIE-Lab59.9970-62.061260.1334

#0fa806 color RGB value is (15,168,6).

#0fa806 hex color red value is 15, green value is 168 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #0fa806 hue: 0.32 , saturation: 0.93 and the lightness value of 0fa806 is 0.34.

The process color (four color CMYK) of #0fa806 color hex is 0.91, 0.00, 0.96, 0.34. Web safe color of #0fa806 is #009900. Color #0fa806 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101000 00000110
Octal 17 250 6
Decimal 15 168 6
Hex F A8 6

RGB Percentages of Color #0fa806

%7.94
%88.89
%3.17

CMYK Percentages of Color #0fa806

%91
%0
%96
%34

Triadic Colors of #0fa806

#0fa806 #060fa8 #a8060f

Analogous Colors of #0fa806

#0fa806 #06a84e #60a806

Monochromatic Colors of #0fa806

#0fa806

Complementary Color

#0fa806 #9f06a8

#0fa806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fa806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fa806 Color CSS Codes

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

#0fa806 Text Font Color

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

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


#0fa806 Background Color

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

This div background color is #0fa806


#0fa806 Border Color

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

This div border color is #0fa806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fa806


Comments

No comments written yet.

Please login to write comment.