Color Hex Logo

#0fb33f Color Hex

#0FB33F
(15,179,63)
0 Favorites   0 Comments

Color spaces of #0fb33f

RGB 1517963
HSL0.380.850.38
HSV138°92°70°
CMYK 0.920.000.65   0.30
XYZ17.214332.700610.1072
Yxy32.70060.28680.5448
Hunter Lab57.1844-46.338729.5498
CIE-Lab63.9177-61.581347.2326

#0fb33f color RGB value is (15,179,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110011 00111111
Octal 17 263 77
Decimal 15 179 63
Hex F B3 3F

RGB Percentages of Color #0fb33f

%5.84
%69.65
%24.51

CMYK Percentages of Color #0fb33f

%92
%0
%65
%30

Triadic Colors of #0fb33f

#0fb33f #3f0fb3 #b33f0f

Analogous Colors of #0fb33f

#0fb33f #0fb391 #31b30f

Monochromatic Colors of #0fb33f

#0fb33f

Complementary Color

#0fb33f #b30f83

#0fb33f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb33f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb33f Color CSS Codes

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

#0fb33f Text Font Color

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

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


#0fb33f Background Color

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

This div background color is #0fb33f


#0fb33f Border Color

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

This div border color is #0fb33f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb33f


Comments

No comments written yet.

Please login to write comment.