Color Hex Logo

#0fb09f Color Hex

#0FB09F
(15,176,159)
0 Favorites   0 Comments

Color spaces of #0fb09f

RGB 15176159
HSL0.480.840.37
HSV174°91°69°
CMYK 0.910.000.10   0.31
XYZ21.980333.655438.1386
Yxy33.65540.23440.3589
Hunter Lab58.0133-33.89241.6314
CIE-Lab64.6881-40.8902-1.8650

#0fb09f color RGB value is (15,176,159).

#0fb09f hex color red value is 15, green value is 176 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #0fb09f hue: 0.48 , saturation: 0.84 and the lightness value of 0fb09f is 0.37.

The process color (four color CMYK) of #0fb09f color hex is 0.91, 0.00, 0.10, 0.31. Web safe color of #0fb09f is #009999. Color #0fb09f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110000 10011111
Octal 17 260 237
Decimal 15 176 159
Hex F B0 9F

RGB Percentages of Color #0fb09f

%4.29
%50.29
%45.43

CMYK Percentages of Color #0fb09f

%91
%0
%10
%31

Triadic Colors of #0fb09f

#0fb09f #9f0fb0 #b09f0f

Analogous Colors of #0fb09f

#0fb09f #0f71b0 #0fb04f

Monochromatic Colors of #0fb09f

#0fb09f

Complementary Color

#0fb09f #b00f20

#0fb09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb09f Color CSS Codes

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

#0fb09f Text Font Color

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

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


#0fb09f Background Color

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

This div background color is #0fb09f


#0fb09f Border Color

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

This div border color is #0fb09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb09f


Comments

No comments written yet.

Please login to write comment.