Color Hex Logo

#0fab96 Color Hex

#0FAB96
(15,171,150)
0 Favorites   0 Comments

Color spaces of #0fab96

RGB 15171150
HSL0.480.840.36
HSV172°91°67°
CMYK 0.910.000.12   0.33
XYZ20.264931.429433.8526
Yxy31.42940.23690.3674
Hunter Lab56.0619-33.58543.4415
CIE-Lab62.8685-41.24790.4901

#0fab96 color RGB value is (15,171,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101011 10010110
Octal 17 253 226
Decimal 15 171 150
Hex F AB 96

RGB Percentages of Color #0fab96

%4.46
%50.89
%44.64

CMYK Percentages of Color #0fab96

%91
%0
%12
%33

Triadic Colors of #0fab96

#0fab96 #960fab #ab960f

Analogous Colors of #0fab96

#0fab96 #0f72ab #0fab48

Monochromatic Colors of #0fab96

#0fab96

Complementary Color

#0fab96 #ab0f24

#0fab96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fab96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fab96 Color CSS Codes

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

#0fab96 Text Font Color

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

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


#0fab96 Background Color

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

This div background color is #0fab96


#0fab96 Border Color

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

This div border color is #0fab96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fab96


Comments

No comments written yet.

Please login to write comment.