Color Hex Logo

#0bebeb Color Hex

#0BEBEB
(11,235,235)
0 Favorites   0 Comments

Color spaces of #0bebeb

RGB 11235235
HSL0.500.910.48
HSV180°95°92°
CMYK 0.950.000.00   0.08
XYZ44.841765.486088.8739
Yxy65.48600.22510.3287
Hunter Lab80.9234-42.7047-8.4687
CIE-Lab84.7336-44.9560-13.2324

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101011 11101011
Octal 13 353 353
Decimal 11 235 235
Hex B EB EB

RGB Percentages of Color #0bebeb

%2.29
%48.86
%48.86

CMYK Percentages of Color #0bebeb

%95
%0
%0
%8

Triadic Colors of #0bebeb

#0bebeb #eb0beb #ebeb0b

Analogous Colors of #0bebeb

#0bebeb #0b7beb #0beb7b

Monochromatic Colors of #0bebeb

#0bebeb

Complementary Color

#0bebeb #eb0b0b

#0bebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bebeb Color CSS Codes

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

#0bebeb Text Font Color

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

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


#0bebeb Background Color

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

This div background color is #0bebeb


#0bebeb Border Color

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

This div border color is #0bebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bebeb


Comments

No comments written yet.

Please login to write comment.