Color Hex Logo

#0bf9ab Color Hex

#0BF9AB
(11,249,171)
2 Favorites   0 Comments

Color spaces of #0bf9ab

RGB 11249171
HSL0.450.950.51
HSV160°96°98°
CMYK 0.960.000.31   0.02
XYZ41.364470.762850.0065
Yxy70.76280.25510.4364
Hunter Lab84.1206-59.437823.6388
CIE-Lab87.3696-66.651723.9166

#0bf9ab color RGB value is (11,249,171).

#0bf9ab hex color red value is 11, green value is 249 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #0bf9ab hue: 0.45 , saturation: 0.95 and the lightness value of 0bf9ab is 0.51.

The process color (four color CMYK) of #0bf9ab color hex is 0.96, 0.00, 0.31, 0.02. Web safe color of #0bf9ab is #00ff99. Color #0bf9ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11111001 10101011
Octal 13 371 253
Decimal 11 249 171
Hex B F9 AB

RGB Percentages of Color #0bf9ab

%2.55
%57.77
%39.68

CMYK Percentages of Color #0bf9ab

%96
%0
%31
%2

Triadic Colors of #0bf9ab

#0bf9ab #ab0bf9 #f9ab0b

Analogous Colors of #0bf9ab

#0bf9ab #0bd0f9 #0bf934

Monochromatic Colors of #0bf9ab

#0bf9ab

Complementary Color

#0bf9ab #f90b59

#0bf9ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bf9ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bf9ab Color CSS Codes

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

#0bf9ab Text Font Color

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

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


#0bf9ab Background Color

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

This div background color is #0bf9ab


#0bf9ab Border Color

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

This div border color is #0bf9ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bf9ab


Comments

No comments written yet.

Please login to write comment.