Color Hex Logo

#0fbbae Color Hex

#0FBBAE
(15,187,174)
0 Favorites   0 Comments

Color spaces of #0fbbae

RGB 15187174
HSL0.490.850.40
HSV175°92°73°
CMYK 0.920.000.07   0.27
XYZ25.607338.698246.1643
Yxy38.69820.23180.3503
Hunter Lab62.2079-35.3859-0.4534
CIE-Lab68.5321-41.4299-4.5042

#0fbbae color RGB value is (15,187,174).

#0fbbae hex color red value is 15, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0fbbae hue: 0.49 , saturation: 0.85 and the lightness value of 0fbbae is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111011 10101110
Octal 17 273 256
Decimal 15 187 174
Hex F BB AE

RGB Percentages of Color #0fbbae

%3.99
%49.73
%46.28

CMYK Percentages of Color #0fbbae

%92
%0
%7
%27

Triadic Colors of #0fbbae

#0fbbae #ae0fbb #bbae0f

Analogous Colors of #0fbbae

#0fbbae #0f72bb #0fbb58

Monochromatic Colors of #0fbbae

#0fbbae

Complementary Color

#0fbbae #bb0f1c

#0fbbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fbbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fbbae Color CSS Codes

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

#0fbbae Text Font Color

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

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


#0fbbae Background Color

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

This div background color is #0fbbae


#0fbbae Border Color

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

This div border color is #0fbbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fbbae


Comments

No comments written yet.

Please login to write comment.