Color Hex Logo

#0fb8ab Color Hex

#0FB8AB
(15,184,171)
0 Favorites   0 Comments

Color spaces of #0fb8ab

RGB 15184171
HSL0.490.850.39
HSV175°92°72°
CMYK 0.920.000.07   0.28
XYZ24.688237.322844.4309
Yxy37.32280.23190.3506
Hunter Lab61.0924-34.7776-0.3554
CIE-Lab67.5185-40.9718-4.3471

#0fb8ab color RGB value is (15,184,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001111 10111000 10101011
Octal 17 270 253
Decimal 15 184 171
Hex F B8 AB

RGB Percentages of Color #0fb8ab

%4.05
%49.73
%46.22

CMYK Percentages of Color #0fb8ab

%92
%0
%7
%28

Triadic Colors of #0fb8ab

#0fb8ab #ab0fb8 #b8ab0f

Analogous Colors of #0fb8ab

#0fb8ab #0f71b8 #0fb857

Monochromatic Colors of #0fb8ab

#0fb8ab

Complementary Color

#0fb8ab #b80f1c

#0fb8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0fb8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0fb8ab Color CSS Codes

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

#0fb8ab Text Font Color

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

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


#0fb8ab Background Color

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

This div background color is #0fb8ab


#0fb8ab Border Color

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

This div border color is #0fb8ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0fb8ab


Comments

No comments written yet.

Please login to write comment.