Color Hex Logo

#0f8561 Color Hex

#0F8561
(15,133,97)
0 Favorites   0 Comments

Color spaces of #0f8561

RGB 1513397
HSL0.450.800.29
HSV162°89°52°
CMYK 0.890.000.27   0.48
XYZ10.742217.739714.1672
Yxy17.73970.25190.4159
Hunter Lab42.1185-28.18159.5399
CIE-Lab49.1789-39.199811.0318

#0f8561 color RGB value is (15,133,97).

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

The process color (four color CMYK) of #0f8561 color hex is 0.89, 0.00, 0.27, 0.48. Web safe color of #0f8561 is #009966. Color #0f8561 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10000101 01100001
Octal 17 205 141
Decimal 15 133 97
Hex F 85 61

RGB Percentages of Color #0f8561

%6.12
%54.29
%39.59

CMYK Percentages of Color #0f8561

%89
%0
%27
%48

Triadic Colors of #0f8561

#0f8561 #610f85 #85610f

Analogous Colors of #0f8561

#0f8561 #0f6e85 #0f8526

Monochromatic Colors of #0f8561

#0f8561

Complementary Color

#0f8561 #850f33

#0f8561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0f8561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0f8561 Color CSS Codes

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

#0f8561 Text Font Color

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

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


#0f8561 Background Color

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

This div background color is #0f8561


#0f8561 Border Color

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

This div border color is #0f8561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0f8561


Comments

No comments written yet.

Please login to write comment.