Color Hex Logo

#0fc329 Color Hex

#0FC329
(15,195,41)
0 Favorites   0 Comments

Color spaces of #0fc329

RGB 1519541
HSL0.360.860.41
HSV129°92°76°
CMYK 0.920.000.79   0.24
XYZ20.112339.29198.6219
Yxy39.29190.29570.5776
Hunter Lab62.6833-52.422935.7231
CIE-Lab68.9622-68.265660.6028

#0fc329 color RGB value is (15,195,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11000011 00101001
Octal 17 303 51
Decimal 15 195 41
Hex F C3 29

RGB Percentages of Color #0fc329

%5.98
%77.69
%16.33

CMYK Percentages of Color #0fc329

%92
%0
%79
%24

Triadic Colors of #0fc329

#0fc329 #290fc3 #c3290f

Analogous Colors of #0fc329

#0fc329 #0fc383 #4fc30f

Monochromatic Colors of #0fc329

#0fc329

Complementary Color

#0fc329 #c30fa9

#0fc329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fc329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fc329 Color CSS Codes

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

#0fc329 Text Font Color

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

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


#0fc329 Background Color

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

This div background color is #0fc329


#0fc329 Border Color

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

This div border color is #0fc329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fc329


Comments

No comments written yet.

Please login to write comment.