Color Hex Logo

#0beded Color Hex

#0BEDED
(11,237,237)
0 Favorites   0 Comments

Color spaces of #0beded

RGB 11237237
HSL0.500.910.49
HSV180°95°93°
CMYK 0.950.000.00   0.07
XYZ45.708366.753990.5965
Yxy66.75390.22510.3287
Hunter Lab81.7031-43.1196-8.5516
CIE-Lab85.3795-45.2488-13.3186

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101101 11101101
Octal 13 355 355
Decimal 11 237 237
Hex B ED ED

RGB Percentages of Color #0beded

%2.27
%48.87
%48.87

CMYK Percentages of Color #0beded

%95
%0
%0
%7

Triadic Colors of #0beded

#0beded #ed0bed #eded0b

Analogous Colors of #0beded

#0beded #0b7ced #0bed7c

Monochromatic Colors of #0beded

#0beded

Complementary Color

#0beded #ed0b0b

#0beded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0beded Color Preview on White Background

Lorem ipsum dolor sit amet.

#0beded Color CSS Codes

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

#0beded Text Font Color

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

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


#0beded Background Color

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

This div background color is #0beded


#0beded Border Color

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

This div border color is #0beded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0beded


Comments

No comments written yet.

Please login to write comment.