Color Hex Logo

#0bebb7 Color Hex

#0BEBB7
(11,235,183)
0 Favorites   0 Comments

Color spaces of #0bebb7

RGB 11235183
HSL0.460.910.48
HSV166°95°92°
CMYK 0.950.000.22   0.08
XYZ38.393662.906754.9184
Yxy62.90670.24580.4027
Hunter Lab79.3137-52.392114.4661
CIE-Lab83.3933-58.809412.1654

#0bebb7 color RGB value is (11,235,183).

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

The process color (four color CMYK) of #0bebb7 color hex is 0.95, 0.00, 0.22, 0.08. Web safe color of #0bebb7 is #00ffcc. Color #0bebb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101011 10110111
Octal 13 353 267
Decimal 11 235 183
Hex B EB B7

RGB Percentages of Color #0bebb7

%2.56
%54.78
%42.66

CMYK Percentages of Color #0bebb7

%95
%0
%22
%8

Triadic Colors of #0bebb7

#0bebb7 #b70beb #ebb70b

Analogous Colors of #0bebb7

#0bebb7 #0bafeb #0beb47

Monochromatic Colors of #0bebb7

#0bebb7

Complementary Color

#0bebb7 #eb0b3f

#0bebb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bebb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bebb7 Color CSS Codes

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

#0bebb7 Text Font Color

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

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


#0bebb7 Background Color

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

This div background color is #0bebb7


#0bebb7 Border Color

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

This div border color is #0bebb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bebb7


Comments

No comments written yet.

Please login to write comment.