Color Hex Logo

#0fb732 Color Hex

#0FB732
(15,183,50)
0 Favorites   0 Comments

Color spaces of #0fb732

RGB 1518350
HSL0.370.850.39
HSV133°92°72°
CMYK 0.920.000.73   0.28
XYZ17.706234.19888.6854
Yxy34.19880.29220.5644
Hunter Lab58.4797-48.294232.1301
CIE-Lab65.1201-64.094453.7681

#0fb732 color RGB value is (15,183,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110111 00110010
Octal 17 267 62
Decimal 15 183 50
Hex F B7 32

RGB Percentages of Color #0fb732

%6.05
%73.79
%20.16

CMYK Percentages of Color #0fb732

%92
%0
%73
%28

Triadic Colors of #0fb732

#0fb732 #320fb7 #b7320f

Analogous Colors of #0fb732

#0fb732 #0fb786 #40b70f

Monochromatic Colors of #0fb732

#0fb732

Complementary Color

#0fb732 #b70f94

#0fb732 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb732 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb732 Color CSS Codes

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

#0fb732 Text Font Color

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

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


#0fb732 Background Color

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

This div background color is #0fb732


#0fb732 Border Color

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

This div border color is #0fb732


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb732


Comments

No comments written yet.

Please login to write comment.