Color Hex Logo

#0faaac Color Hex

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

Color spaces of #0faaac

RGB 15170172
HSL0.500.840.37
HSV181°91°67°
CMYK 0.910.010.00   0.33
XYZ22.018131.829644.0130
Yxy31.82960.22500.3253
Hunter Lab56.4177-29.0680-6.7613
CIE-Lab63.2018-34.3078-11.3232

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

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

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

Base Numbers

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

RGB Percentages of Color #0faaac

%4.20
%47.62
%48.18

CMYK Percentages of Color #0faaac

%91
%1
%0
%33

Triadic Colors of #0faaac

#0faaac #ac0faa #aaac0f

Analogous Colors of #0faaac

#0faaac #0f5cac #0fac60

Monochromatic Colors of #0faaac

#0faaac

Complementary Color

#0faaac #ac110f

#0faaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faaac Color CSS Codes

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

#0faaac Text Font Color

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

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


#0faaac Background Color

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

This div background color is #0faaac


#0faaac Border Color

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

This div border color is #0faaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faaac


Comments

No comments written yet.

Please login to write comment.