Color Hex Logo

#0fc631 Color Hex

#0FC631
(15,198,49)
0 Favorites   0 Comments

Color spaces of #0fc631

RGB 1519849
HSL0.360.860.42
HSV131°92°78°
CMYK 0.920.000.75   0.22
XYZ20.945540.71159.6599
Yxy40.71150.29370.5709
Hunter Lab63.8056-53.063435.6876
CIE-Lab69.9733-68.565059.0293

#0fc631 color RGB value is (15,198,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 11000110 00110001
Octal 17 306 61
Decimal 15 198 49
Hex F C6 31

RGB Percentages of Color #0fc631

%5.73
%75.57
%18.70

CMYK Percentages of Color #0fc631

%92
%0
%75
%22

Triadic Colors of #0fc631

#0fc631 #310fc6 #c6310f

Analogous Colors of #0fc631

#0fc631 #0fc68d #48c60f

Monochromatic Colors of #0fc631

#0fc631

Complementary Color

#0fc631 #c60fa4

#0fc631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fc631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fc631 Color CSS Codes

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

#0fc631 Text Font Color

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

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


#0fc631 Background Color

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

This div background color is #0fc631


#0fc631 Border Color

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

This div border color is #0fc631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fc631


Comments

No comments written yet.

Please login to write comment.