Color Hex Logo

#0fac42 Color Hex

#0FAC42
(15,172,66)
0 Favorites   0 Comments

Color spaces of #0fac42

RGB 1517266
HSL0.390.840.37
HSV139°91°67°
CMYK 0.910.000.62   0.33
XYZ15.932930.000010.1051
Yxy30.00000.28430.5354
Hunter Lab54.7723-43.926927.4020
CIE-Lab61.6542-59.025843.3362

#0fac42 color RGB value is (15,172,66).

#0fac42 hex color red value is 15, green value is 172 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #0fac42 hue: 0.39 , saturation: 0.84 and the lightness value of 0fac42 is 0.37.

The process color (four color CMYK) of #0fac42 color hex is 0.91, 0.00, 0.62, 0.33. Web safe color of #0fac42 is #009933. Color #0fac42 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101100 01000010
Octal 17 254 102
Decimal 15 172 66
Hex F AC 42

RGB Percentages of Color #0fac42

%5.93
%67.98
%26.09

CMYK Percentages of Color #0fac42

%91
%0
%62
%33

Triadic Colors of #0fac42

#0fac42 #420fac #ac420f

Analogous Colors of #0fac42

#0fac42 #0fac91 #2bac0f

Monochromatic Colors of #0fac42

#0fac42

Complementary Color

#0fac42 #ac0f79

#0fac42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fac42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fac42 Color CSS Codes

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

#0fac42 Text Font Color

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

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


#0fac42 Background Color

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

This div background color is #0fac42


#0fac42 Border Color

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

This div border color is #0fac42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fac42


Comments

No comments written yet.

Please login to write comment.