Color Hex Logo

#0bebff Color Hex

#0BEBFF
(11,235,255)
0 Favorites   0 Comments

Color spaces of #0bebff

RGB 11235255
HSL0.511.000.52
HSV185°96°100°
CMYK 0.960.080.00   0.00
XYZ47.896366.7078104.9592
Yxy66.70780.21810.3038
Hunter Lab81.6748-38.2538-19.0204
CIE-Lab85.3562-38.9948-22.8161

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

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

The process color (four color CMYK) of #0bebff color hex is 0.96, 0.08, 0.00, 0.00. Web safe color of #0bebff is #00ffff. Color #0bebff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101011 11111111
Octal 13 353 377
Decimal 11 235 255
Hex B EB FF

RGB Percentages of Color #0bebff

%2.20
%46.91
%50.90

CMYK Percentages of Color #0bebff

%96
%8
%0
%0

Triadic Colors of #0bebff

#0bebff #ff0beb #ebff0b

Analogous Colors of #0bebff

#0bebff #0b71ff #0bff99

Monochromatic Colors of #0bebff

#0bebff

Complementary Color

#0bebff #ff1f0b

#0bebff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bebff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bebff Color CSS Codes

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

#0bebff Text Font Color

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

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


#0bebff Background Color

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

This div background color is #0bebff


#0bebff Border Color

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

This div border color is #0bebff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bebff


Comments

No comments written yet.

Please login to write comment.