Color Hex Logo

#0fb2ab Color Hex

#0FB2AB
(15,178,171)
0 Favorites   0 Comments

Color spaces of #0fb2ab

RGB 15178171
HSL0.490.840.38
HSV177°92°70°
CMYK 0.920.000.04   0.30
XYZ23.468134.882644.0242
Yxy34.88260.22920.3407
Hunter Lab59.0615-32.4306-2.8515
CIE-Lab65.6572-38.2932-7.1024

#0fb2ab color RGB value is (15,178,171).

#0fb2ab hex color red value is 15, green value is 178 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0fb2ab hue: 0.49 , saturation: 0.84 and the lightness value of 0fb2ab is 0.38.

The process color (four color CMYK) of #0fb2ab color hex is 0.92, 0.00, 0.04, 0.30. Web safe color of #0fb2ab is #009999. Color #0fb2ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001111 10110010 10101011
Octal 17 262 253
Decimal 15 178 171
Hex F B2 AB

RGB Percentages of Color #0fb2ab

%4.12
%48.90
%46.98

CMYK Percentages of Color #0fb2ab

%92
%0
%4
%30

Triadic Colors of #0fb2ab

#0fb2ab #ab0fb2 #b2ab0f

Analogous Colors of #0fb2ab

#0fb2ab #0f68b2 #0fb25a

Monochromatic Colors of #0fb2ab

#0fb2ab

Complementary Color

#0fb2ab #b20f16

#0fb2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb2ab Color CSS Codes

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

#0fb2ab Text Font Color

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

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


#0fb2ab Background Color

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

This div background color is #0fb2ab


#0fb2ab Border Color

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

This div border color is #0fb2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb2ab


Comments

No comments written yet.

Please login to write comment.