Color Hex Logo

#0facaa Color Hex

#0FACAA
(15,172,170)
0 Favorites   0 Comments

Color spaces of #0facaa

RGB 15172170
HSL0.500.840.37
HSV179°91°67°
CMYK 0.910.000.01   0.33
XYZ22.205232.508943.1347
Yxy32.50890.22690.3322
Hunter Lab57.0166-30.2619-4.9430
CIE-Lab63.7613-35.8520-9.3683

#0facaa color RGB value is (15,172,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101100 10101010
Octal 17 254 252
Decimal 15 172 170
Hex F AC AA

RGB Percentages of Color #0facaa

%4.20
%48.18
%47.62

CMYK Percentages of Color #0facaa

%91
%0
%1
%33

Triadic Colors of #0facaa

#0facaa #aa0fac #acaa0f

Analogous Colors of #0facaa

#0facaa #0f5fac #0fac5c

Monochromatic Colors of #0facaa

#0facaa

Complementary Color

#0facaa #ac0f11

#0facaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0facaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0facaa Color CSS Codes

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

#0facaa Text Font Color

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

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


#0facaa Background Color

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

This div background color is #0facaa


#0facaa Border Color

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

This div border color is #0facaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0facaa


Comments

No comments written yet.

Please login to write comment.