Color Hex Logo

#0be0bf Color Hex

#0BE0BF
(11,224,191)
0 Favorites   0 Comments

Color spaces of #0be0bf

RGB 11224191
HSL0.470.910.46
HSV171°95°88°
CMYK 0.950.000.15   0.12
XYZ36.197657.144058.4123
Yxy57.14400.23850.3766
Hunter Lab75.5937-46.81527.1013
CIE-Lab80.2605-52.49193.4572

#0be0bf color RGB value is (11,224,191).

#0be0bf hex color red value is 11, green value is 224 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0be0bf hue: 0.47 , saturation: 0.91 and the lightness value of 0be0bf is 0.46.

The process color (four color CMYK) of #0be0bf color hex is 0.95, 0.00, 0.15, 0.12. Web safe color of #0be0bf is #00cccc. Color #0be0bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11100000 10111111
Octal 13 340 277
Decimal 11 224 191
Hex B E0 BF

RGB Percentages of Color #0be0bf

%2.58
%52.58
%44.84

CMYK Percentages of Color #0be0bf

%95
%0
%15
%12

Triadic Colors of #0be0bf

#0be0bf #bf0be0 #e0bf0b

Analogous Colors of #0be0bf

#0be0bf #0b97e0 #0be055

Monochromatic Colors of #0be0bf

#0be0bf

Complementary Color

#0be0bf #e00b2c

#0be0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0be0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0be0bf Color CSS Codes

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

#0be0bf Text Font Color

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

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


#0be0bf Background Color

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

This div background color is #0be0bf


#0be0bf Border Color

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

This div border color is #0be0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0be0bf


Comments

No comments written yet.

Please login to write comment.