Color Hex Logo

#0f867e Color Hex

#0F867E
(15,134,126)
0 Favorites   0 Comments

Color spaces of #0f867e

RGB 15134126
HSL0.490.800.29
HSV176°89°53°
CMYK 0.890.000.06   0.47
XYZ12.488018.658122.6819
Yxy18.65810.23200.3466
Hunter Lab43.1950-23.9856-0.8969
CIE-Lab50.2848-31.5224-4.2754

#0f867e color RGB value is (15,134,126).

#0f867e hex color red value is 15, green value is 134 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #0f867e hue: 0.49 , saturation: 0.80 and the lightness value of 0f867e is 0.29.

The process color (four color CMYK) of #0f867e color hex is 0.89, 0.00, 0.06, 0.47. Web safe color of #0f867e is #009966. Color #0f867e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10000110 01111110
Octal 17 206 176
Decimal 15 134 126
Hex F 86 7E

RGB Percentages of Color #0f867e

%5.45
%48.73
%45.82

CMYK Percentages of Color #0f867e

%89
%0
%6
%47

Triadic Colors of #0f867e

#0f867e #7e0f86 #867e0f

Analogous Colors of #0f867e

#0f867e #0f5386 #0f8643

Monochromatic Colors of #0f867e

#0f867e

Complementary Color

#0f867e #860f17

#0f867e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f867e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f867e Color CSS Codes

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

#0f867e Text Font Color

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

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


#0f867e Background Color

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

This div background color is #0f867e


#0f867e Border Color

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

This div border color is #0f867e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f867e


Comments

No comments written yet.

Please login to write comment.