Color Hex Logo

#0fbaaa Color Hex

#0FBAAA
(15,186,170)
0 Favorites   0 Comments

Color spaces of #0fbaaa

RGB 15186170
HSL0.480.850.39
HSV174°92°73°
CMYK 0.920.000.09   0.27
XYZ25.011638.121644.0702
Yxy38.12160.23330.3556
Hunter Lab61.7427-35.74040.9003
CIE-Lab68.1101-42.1350-2.9246

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

#0fbaaa hex color red value is 15, green value is 186 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0fbaaa hue: 0.48 , saturation: 0.85 and the lightness value of 0fbaaa is 0.39.

The process color (four color CMYK) of #0fbaaa color hex is 0.92, 0.00, 0.09, 0.27. Web safe color of #0fbaaa is #00cc99. Color #0fbaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111010 10101010
Octal 17 272 252
Decimal 15 186 170
Hex F BA AA

RGB Percentages of Color #0fbaaa

%4.04
%50.13
%45.82

CMYK Percentages of Color #0fbaaa

%92
%0
%9
%27

Triadic Colors of #0fbaaa

#0fbaaa #aa0fba #baaa0f

Analogous Colors of #0fbaaa

#0fbaaa #0f75ba #0fba55

Monochromatic Colors of #0fbaaa

#0fbaaa

Complementary Color

#0fbaaa #ba0f1f

#0fbaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbaaa Color CSS Codes

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

#0fbaaa Text Font Color

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

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


#0fbaaa Background Color

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

This div background color is #0fbaaa


#0fbaaa Border Color

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

This div border color is #0fbaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbaaa


Comments

No comments written yet.

Please login to write comment.