Color Hex Logo

#0fb173 Color Hex

#0FB173
(15,177,115)
0 Favorites   0 Comments

Color spaces of #0fb173

RGB 15177115
HSL0.440.840.38
HSV157°92°69°
CMYK 0.920.000.35   0.31
XYZ19.013732.783621.5454
Yxy32.78360.25920.4470
Hunter Lab57.2570-40.924017.7695
CIE-Lab63.9853-52.340421.3604

#0fb173 color RGB value is (15,177,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110001 01110011
Octal 17 261 163
Decimal 15 177 115
Hex F B1 73

RGB Percentages of Color #0fb173

%4.89
%57.65
%37.46

CMYK Percentages of Color #0fb173

%92
%0
%35
%31

Triadic Colors of #0fb173

#0fb173 #730fb1 #b1730f

Analogous Colors of #0fb173

#0fb173 #0f9eb1 #0fb122

Monochromatic Colors of #0fb173

#0fb173

Complementary Color

#0fb173 #b10f4d

#0fb173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb173 Color CSS Codes

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

#0fb173 Text Font Color

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

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


#0fb173 Background Color

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

This div background color is #0fb173


#0fb173 Border Color

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

This div border color is #0fb173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb173


Comments

No comments written yet.

Please login to write comment.