Color Hex Logo

#0fab85 Color Hex

#0FAB85
(15,171,133)
0 Favorites   0 Comments

Color spaces of #0fab85

RGB 15171133
HSL0.460.840.36
HSV165°91°67°
CMYK 0.910.000.22   0.33
XYZ18.993530.920827.1576
Yxy30.92080.24640.4012
Hunter Lab55.6065-36.34119.9679
CIE-Lab62.4407-45.78639.3480

#0fab85 color RGB value is (15,171,133).

#0fab85 hex color red value is 15, green value is 171 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #0fab85 hue: 0.46 , saturation: 0.84 and the lightness value of 0fab85 is 0.36.

The process color (four color CMYK) of #0fab85 color hex is 0.91, 0.00, 0.22, 0.33. Web safe color of #0fab85 is #009999. Color #0fab85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101011 10000101
Octal 17 253 205
Decimal 15 171 133
Hex F AB 85

RGB Percentages of Color #0fab85

%4.70
%53.61
%41.69

CMYK Percentages of Color #0fab85

%91
%0
%22
%33

Triadic Colors of #0fab85

#0fab85 #850fab #ab850f

Analogous Colors of #0fab85

#0fab85 #0f83ab #0fab37

Monochromatic Colors of #0fab85

#0fab85

Complementary Color

#0fab85 #ab0f35

#0fab85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fab85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fab85 Color CSS Codes

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

#0fab85 Text Font Color

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

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


#0fab85 Background Color

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

This div background color is #0fab85


#0fab85 Border Color

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

This div border color is #0fab85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fab85


Comments

No comments written yet.

Please login to write comment.