Color Hex Logo

#0faaaf Color Hex

#0FAAAF
(15,170,175)
0 Favorites   0 Comments

Color spaces of #0faaaf

RGB 15170175
HSL0.510.840.37
HSV182°91°69°
CMYK 0.910.030.00   0.31
XYZ22.309631.946245.5478
Yxy31.94620.22350.3201
Hunter Lab56.5210-28.4553-8.2146
CIE-Lab63.2984-33.3750-12.8560

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

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

The process color (four color CMYK) of #0faaaf color hex is 0.91, 0.03, 0.00, 0.31. Web safe color of #0faaaf is #009999. Color #0faaaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10101010 10101111
Octal 17 252 257
Decimal 15 170 175
Hex F AA AF

RGB Percentages of Color #0faaaf

%4.17
%47.22
%48.61

CMYK Percentages of Color #0faaaf

%91
%3
%0
%31

Triadic Colors of #0faaaf

#0faaaf #af0faa #aaaf0f

Analogous Colors of #0faaaf

#0faaaf #0f5aaf #0faf64

Monochromatic Colors of #0faaaf

#0faaaf

Complementary Color

#0faaaf #af140f

#0faaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0faaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0faaaf Color CSS Codes

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

#0faaaf Text Font Color

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

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


#0faaaf Background Color

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

This div background color is #0faaaf


#0faaaf Border Color

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

This div border color is #0faaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0faaaf


Comments

No comments written yet.

Please login to write comment.