Color Hex Logo

#0bedfe Color Hex

#0BEDFE
(11,237,254)
0 Favorites   0 Comments

Color spaces of #0bedfe

RGB 11237254
HSL0.510.990.52
HSV184°96°100°
CMYK 0.960.070.00   0.00
XYZ48.311667.7953104.3054
Yxy67.79530.21920.3076
Hunter Lab82.3379-39.3568-17.4719
CIE-Lab85.9040-40.2094-21.4605

#0bedfe color RGB value is (11,237,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101101 11111110
Octal 13 355 376
Decimal 11 237 254
Hex B ED FE

RGB Percentages of Color #0bedfe

%2.19
%47.21
%50.60

CMYK Percentages of Color #0bedfe

%96
%7
%0
%0

Triadic Colors of #0bedfe

#0bedfe #fe0bed #edfe0b

Analogous Colors of #0bedfe

#0bedfe #0b74fe #0bfe96

Monochromatic Colors of #0bedfe

#0bedfe

Complementary Color

#0bedfe #fe1c0b

#0bedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bedfe Color CSS Codes

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

#0bedfe Text Font Color

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

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


#0bedfe Background Color

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

This div background color is #0bedfe


#0bedfe Border Color

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

This div border color is #0bedfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bedfe


Comments

No comments written yet.

Please login to write comment.