Color Hex Logo

#0bfbeb Color Hex

#0BFBEB
(11,251,235)
0 Favorites   0 Comments

Color spaces of #0bfbeb

RGB 11251235
HSL0.490.970.51
HSV176°96°98°
CMYK 0.960.000.06   0.02
XYZ49.630675.063790.4702
Yxy75.06370.23070.3489
Hunter Lab86.6393-49.3666-1.2641
CIE-Lab89.4228-51.7779-6.2599

#0bfbeb color RGB value is (11,251,235).

#0bfbeb hex color red value is 11, green value is 251 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #0bfbeb hue: 0.49 , saturation: 0.97 and the lightness value of 0bfbeb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11111011 11101011
Octal 13 373 353
Decimal 11 251 235
Hex B FB EB

RGB Percentages of Color #0bfbeb

%2.21
%50.50
%47.28

CMYK Percentages of Color #0bfbeb

%96
%0
%6
%2

Triadic Colors of #0bfbeb

#0bfbeb #eb0bfb #fbeb0b

Analogous Colors of #0bfbeb

#0bfbeb #0b93fb #0bfb73

Monochromatic Colors of #0bfbeb

#0bfbeb

Complementary Color

#0bfbeb #fb0b1b

#0bfbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bfbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bfbeb Color CSS Codes

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

#0bfbeb Text Font Color

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

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


#0bfbeb Background Color

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

This div background color is #0bfbeb


#0bfbeb Border Color

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

This div border color is #0bfbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bfbeb

Related Colors


Comments

No comments written yet.

Please login to write comment.