Color Hex Logo

#0fb59c Color Hex

#0FB59C
(15,181,156)
0 Favorites   0 Comments

Color spaces of #0fb59c

RGB 15181156
HSL0.470.850.38
HSV171°92°71°
CMYK 0.920.000.14   0.29
XYZ22.721635.549637.1167
Yxy35.54960.23820.3727
Hunter Lab59.6235-36.31754.8273
CIE-Lab66.1743-43.88421.9681

#0fb59c color RGB value is (15,181,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110101 10011100
Octal 17 265 234
Decimal 15 181 156
Hex F B5 9C

RGB Percentages of Color #0fb59c

%4.26
%51.42
%44.32

CMYK Percentages of Color #0fb59c

%92
%0
%14
%29

Triadic Colors of #0fb59c

#0fb59c #9c0fb5 #b59c0f

Analogous Colors of #0fb59c

#0fb59c #0f7bb5 #0fb549

Monochromatic Colors of #0fb59c

#0fb59c

Complementary Color

#0fb59c #b50f28

#0fb59c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb59c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb59c Color CSS Codes

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

#0fb59c Text Font Color

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

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


#0fb59c Background Color

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

This div background color is #0fb59c


#0fb59c Border Color

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

This div border color is #0fb59c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb59c


Comments

No comments written yet.

Please login to write comment.