Color Hex Logo

#0facab Color Hex

#0FACAB
(15,172,171)
0 Favorites   0 Comments

Color spaces of #0facab

RGB 15172171
HSL0.500.840.37
HSV180°91°67°
CMYK 0.910.000.01   0.33
XYZ22.300232.546943.6349
Yxy32.54690.22640.3305
Hunter Lab57.0499-30.0635-5.4133
CIE-Lab63.7923-35.5474-9.8803

#0facab color RGB value is (15,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101100 10101011
Octal 17 254 253
Decimal 15 172 171
Hex F AC AB

RGB Percentages of Color #0facab

%4.19
%48.04
%47.77

CMYK Percentages of Color #0facab

%91
%0
%1
%33

Triadic Colors of #0facab

#0facab #ab0fac #acab0f

Analogous Colors of #0facab

#0facab #0f5eac #0fac5d

Monochromatic Colors of #0facab

#0facab

Complementary Color

#0facab #ac0f10

#0facab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0facab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0facab Color CSS Codes

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

#0facab Text Font Color

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

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


#0facab Background Color

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

This div background color is #0facab


#0facab Border Color

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

This div border color is #0facab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0facab


Comments

No comments written yet.

Please login to write comment.