Color Hex Logo

#0fb350 Color Hex

#0FB350
(15,179,80)
0 Favorites   0 Comments

Color spaces of #0fb350

RGB 1517980
HSL0.400.850.38
HSV144°92°70°
CMYK 0.920.000.55   0.30
XYZ17.765132.920913.0075
Yxy32.92090.27890.5169
Hunter Lab57.3767-45.141826.7225
CIE-Lab64.0968-59.367539.5968

#0fb350 color RGB value is (15,179,80).

#0fb350 hex color red value is 15, green value is 179 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #0fb350 hue: 0.40 , saturation: 0.85 and the lightness value of 0fb350 is 0.38.

The process color (four color CMYK) of #0fb350 color hex is 0.92, 0.00, 0.55, 0.30. Web safe color of #0fb350 is #00cc66. Color #0fb350 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110011 01010000
Octal 17 263 120
Decimal 15 179 80
Hex F B3 50

RGB Percentages of Color #0fb350

%5.47
%65.33
%29.20

CMYK Percentages of Color #0fb350

%92
%0
%55
%30

Triadic Colors of #0fb350

#0fb350 #500fb3 #b3500f

Analogous Colors of #0fb350

#0fb350 #0fb3a2 #20b30f

Monochromatic Colors of #0fb350

#0fb350

Complementary Color

#0fb350 #b30f72

#0fb350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb350 Color CSS Codes

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

#0fb350 Text Font Color

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

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


#0fb350 Background Color

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

This div background color is #0fb350


#0fb350 Border Color

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

This div border color is #0fb350


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb350


Comments

No comments written yet.

Please login to write comment.