Color Hex Logo

#0fb730 Color Hex

#0FB730
(15,183,48)
0 Favorites   0 Comments

Color spaces of #0fb730

RGB 1518348
HSL0.370.850.39
HSV132°92°72°
CMYK 0.920.000.74   0.28
XYZ17.664034.18198.4631
Yxy34.18190.29290.5668
Hunter Lab58.4653-48.384432.3432
CIE-Lab65.1067-64.263854.4859

#0fb730 color RGB value is (15,183,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110111 00110000
Octal 17 267 60
Decimal 15 183 48
Hex F B7 30

RGB Percentages of Color #0fb730

%6.10
%74.39
%19.51

CMYK Percentages of Color #0fb730

%92
%0
%74
%28

Triadic Colors of #0fb730

#0fb730 #300fb7 #b7300f

Analogous Colors of #0fb730

#0fb730 #0fb784 #42b70f

Monochromatic Colors of #0fb730

#0fb730

Complementary Color

#0fb730 #b70f96

#0fb730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb730 Color CSS Codes

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

#0fb730 Text Font Color

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

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


#0fb730 Background Color

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

This div background color is #0fb730


#0fb730 Border Color

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

This div border color is #0fb730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb730


Comments

No comments written yet.

Please login to write comment.