Color Hex Logo

#0fb6ba Color Hex

#0FB6BA
(15,182,186)
0 Favorites   0 Comments

Color spaces of #0fb6ba

RGB 15182186
HSL0.500.850.39
HSV181°92°73°
CMYK 0.920.020.00   0.27
XYZ25.787937.102652.2567
Yxy37.10260.22400.3222
Hunter Lab60.9119-31.0254-8.2269
CIE-Lab67.3539-35.5943-12.8739

#0fb6ba color RGB value is (15,182,186).

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

The process color (four color CMYK) of #0fb6ba color hex is 0.92, 0.02, 0.00, 0.27. Web safe color of #0fb6ba is #00cccc. Color #0fb6ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110110 10111010
Octal 17 266 272
Decimal 15 182 186
Hex F B6 BA

RGB Percentages of Color #0fb6ba

%3.92
%47.52
%48.56

CMYK Percentages of Color #0fb6ba

%92
%2
%0
%27

Triadic Colors of #0fb6ba

#0fb6ba #ba0fb6 #b6ba0f

Analogous Colors of #0fb6ba

#0fb6ba #0f60ba #0fba69

Monochromatic Colors of #0fb6ba

#0fb6ba

Complementary Color

#0fb6ba #ba130f

#0fb6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb6ba Color CSS Codes

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

#0fb6ba Text Font Color

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

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


#0fb6ba Background Color

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

This div background color is #0fb6ba


#0fb6ba Border Color

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

This div border color is #0fb6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb6ba


Comments

No comments written yet.

Please login to write comment.