Color Hex Logo

#0fb37f Color Hex

#0FB37F
(15,179,127)
0 Favorites   0 Comments

Color spaces of #0fb37f

RGB 15179127
HSL0.450.850.38
HSV161°92°70°
CMYK 0.920.000.29   0.30
XYZ20.147933.874125.5551
Yxy33.87410.25320.4257
Hunter Lab58.2015-40.060314.7080
CIE-Lab64.8625-50.418916.0501

#0fb37f color RGB value is (15,179,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110011 01111111
Octal 17 263 177
Decimal 15 179 127
Hex F B3 7F

RGB Percentages of Color #0fb37f

%4.67
%55.76
%39.56

CMYK Percentages of Color #0fb37f

%92
%0
%29
%30

Triadic Colors of #0fb37f

#0fb37f #7f0fb3 #b37f0f

Analogous Colors of #0fb37f

#0fb37f #0f95b3 #0fb32d

Monochromatic Colors of #0fb37f

#0fb37f

Complementary Color

#0fb37f #b30f43

#0fb37f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb37f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb37f Color CSS Codes

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

#0fb37f Text Font Color

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

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


#0fb37f Background Color

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

This div background color is #0fb37f


#0fb37f Border Color

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

This div border color is #0fb37f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb37f


Comments

No comments written yet.

Please login to write comment.