Color Hex Logo

#0fb163 Color Hex

#0FB163
(15,177,99)
0 Favorites   0 Comments

Color spaces of #0fb163

RGB 1517799
HSL0.420.840.38
HSV151°92°69°
CMYK 0.920.000.44   0.31
XYZ18.171332.446717.1095
Yxy32.44670.26830.4791
Hunter Lab56.9620-42.740722.0647
CIE-Lab63.7104-55.539429.5066

#0fb163 color RGB value is (15,177,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110001 01100011
Octal 17 261 143
Decimal 15 177 99
Hex F B1 63

RGB Percentages of Color #0fb163

%5.15
%60.82
%34.02

CMYK Percentages of Color #0fb163

%92
%0
%44
%31

Triadic Colors of #0fb163

#0fb163 #630fb1 #b1630f

Analogous Colors of #0fb163

#0fb163 #0faeb1 #0fb112

Monochromatic Colors of #0fb163

#0fb163

Complementary Color

#0fb163 #b10f5d

#0fb163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb163 Color CSS Codes

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

#0fb163 Text Font Color

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

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


#0fb163 Background Color

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

This div background color is #0fb163


#0fb163 Border Color

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

This div border color is #0fb163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb163


Comments

No comments written yet.

Please login to write comment.