Color Hex Logo

#0faaaa Color Hex

#0FAAAA
(15,170,170)
0 Favorites   0 Comments

Color spaces of #0faaaa

RGB 15170170
HSL0.500.840.36
HSV180°91°67°
CMYK 0.910.000.00   0.33
XYZ21.827431.753343.0088
Yxy31.75330.22600.3287
Hunter Lab56.3501-29.4700-5.8076
CIE-Lab63.1385-34.9239-10.2991

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101010 10101010
Octal 17 252 252
Decimal 15 170 170
Hex F AA AA

RGB Percentages of Color #0faaaa

%4.23
%47.89
%47.89

CMYK Percentages of Color #0faaaa

%91
%0
%0
%33

Triadic Colors of #0faaaa

#0faaaa #aa0faa #aaaa0f

Analogous Colors of #0faaaa

#0faaaa #0f5caa #0faa5d

Monochromatic Colors of #0faaaa

#0faaaa

Complementary Color

#0faaaa #aa0f0f

#0faaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faaaa Color CSS Codes

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

#0faaaa Text Font Color

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

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


#0faaaa Background Color

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

This div background color is #0faaaa


#0faaaa Border Color

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

This div border color is #0faaaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(15,170,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 #0faaaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faaaa


Comments

No comments written yet.

Please login to write comment.