Color Hex Logo

#0bffb9 Color Hex

#0BFFB9
(11,255,185)
0 Favorites   0 Comments

Color spaces of #0bffb9

RGB 11255185
HSL0.451.000.52
HSV163°96°100°
CMYK 0.960.000.27   0.00
XYZ44.655075.093958.0400
Yxy75.09390.25120.4224
Hunter Lab86.6567-59.666620.9491
CIE-Lab89.4370-65.770219.6246

#0bffb9 color RGB value is (11,255,185).

#0bffb9 hex color red value is 11, green value is 255 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #0bffb9 hue: 0.45 , saturation: 1.00 and the lightness value of 0bffb9 is 0.52.

The process color (four color CMYK) of #0bffb9 color hex is 0.96, 0.00, 0.27, 0.00. Web safe color of #0bffb9 is #00ffcc. Color #0bffb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11111111 10111001
Octal 13 377 271
Decimal 11 255 185
Hex B FF B9

RGB Percentages of Color #0bffb9

%2.44
%56.54
%41.02

CMYK Percentages of Color #0bffb9

%96
%0
%27
%0

Triadic Colors of #0bffb9

#0bffb9 #b90bff #ffb90b

Analogous Colors of #0bffb9

#0bffb9 #0bcbff #0bff3f

Monochromatic Colors of #0bffb9

#0bffb9

Complementary Color

#0bffb9 #ff0b51

#0bffb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bffb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bffb9 Color CSS Codes

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

#0bffb9 Text Font Color

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

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


#0bffb9 Background Color

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

This div background color is #0bffb9


#0bffb9 Border Color

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

This div border color is #0bffb9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,255,185, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bffb9


Comments

No comments written yet.

Please login to write comment.