Color Hex Logo

#0fb16b Color Hex

#0FB16B
(15,177,107)
0 Favorites   0 Comments

Color spaces of #0fb16b

RGB 15177107
HSL0.430.840.38
HSV154°92°69°
CMYK 0.920.000.40   0.31
XYZ18.573032.607419.2249
Yxy32.60740.26380.4631
Hunter Lab57.1029-41.872020.0108
CIE-Lab63.8417-53.998625.4569

#0fb16b color RGB value is (15,177,107).

#0fb16b hex color red value is 15, green value is 177 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #0fb16b hue: 0.43 , saturation: 0.84 and the lightness value of 0fb16b is 0.38.

The process color (four color CMYK) of #0fb16b color hex is 0.92, 0.00, 0.40, 0.31. Web safe color of #0fb16b is #009966. Color #0fb16b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110001 01101011
Octal 17 261 153
Decimal 15 177 107
Hex F B1 6B

RGB Percentages of Color #0fb16b

%5.02
%59.20
%35.79

CMYK Percentages of Color #0fb16b

%92
%0
%40
%31

Triadic Colors of #0fb16b

#0fb16b #6b0fb1 #b16b0f

Analogous Colors of #0fb16b

#0fb16b #0fa6b1 #0fb11a

Monochromatic Colors of #0fb16b

#0fb16b

Complementary Color

#0fb16b #b10f55

#0fb16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb16b Color CSS Codes

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

#0fb16b Text Font Color

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

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


#0fb16b Background Color

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

This div background color is #0fb16b


#0fb16b Border Color

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

This div border color is #0fb16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb16b


Comments

No comments written yet.

Please login to write comment.