Color Hex Logo

#0fc340 Color Hex

#0FC340
(15,195,64)
0 Favorites   0 Comments

Color spaces of #0fc340

RGB 1519564
HSL0.380.860.41
HSV136°92°76°
CMYK 0.920.000.67   0.24
XYZ20.637539.501911.3874
Yxy39.50190.28850.5523
Hunter Lab62.8505-51.376533.2531
CIE-Lab69.1133-66.345652.5180

#0fc340 color RGB value is (15,195,64).

#0fc340 hex color red value is 15, green value is 195 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #0fc340 hue: 0.38 , saturation: 0.86 and the lightness value of 0fc340 is 0.41.

The process color (four color CMYK) of #0fc340 color hex is 0.92, 0.00, 0.67, 0.24. Web safe color of #0fc340 is #00cc33. Color #0fc340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 11000011 01000000
Octal 17 303 100
Decimal 15 195 64
Hex F C3 40

RGB Percentages of Color #0fc340

%5.47
%71.17
%23.36

CMYK Percentages of Color #0fc340

%92
%0
%67
%24

Triadic Colors of #0fc340

#0fc340 #400fc3 #c3400f

Analogous Colors of #0fc340

#0fc340 #0fc39a #38c30f

Monochromatic Colors of #0fc340

#0fc340

Complementary Color

#0fc340 #c30f92

#0fc340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fc340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fc340 Color CSS Codes

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

#0fc340 Text Font Color

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

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


#0fc340 Background Color

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

This div background color is #0fc340


#0fc340 Border Color

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

This div border color is #0fc340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fc340


Comments

No comments written yet.

Please login to write comment.