Color Hex Logo

#0bebfe Color Hex

#0BEBFE
(11,235,254)
0 Favorites   0 Comments

Color spaces of #0bebfe

RGB 11235254
HSL0.510.990.52
HSV185°96°100°
CMYK 0.960.070.00   0.00
XYZ47.735766.6436104.1135
Yxy66.64360.21850.3050
Hunter Lab81.6355-38.4858-18.4704
CIE-Lab85.3236-39.2998-22.3401

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101011 11111110
Octal 13 353 376
Decimal 11 235 254
Hex B EB FE

RGB Percentages of Color #0bebfe

%2.20
%47.00
%50.80

CMYK Percentages of Color #0bebfe

%96
%7
%0
%0

Triadic Colors of #0bebfe

#0bebfe #fe0beb #ebfe0b

Analogous Colors of #0bebfe

#0bebfe #0b72fe #0bfe98

Monochromatic Colors of #0bebfe

#0bebfe

Complementary Color

#0bebfe #fe1e0b

#0bebfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bebfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bebfe Color CSS Codes

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

#0bebfe Text Font Color

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

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


#0bebfe Background Color

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

This div background color is #0bebfe


#0bebfe Border Color

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

This div border color is #0bebfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bebfe

Related Colors


Comments

No comments written yet.

Please login to write comment.