Color Hex Logo

#0befde Color Hex

#0BEFDE
(11,239,222)
0 Favorites   0 Comments

Color spaces of #0befde

RGB 11239222
HSL0.490.910.49
HSV176°95°94°
CMYK 0.950.000.07   0.06
XYZ44.189367.078179.7256
Yxy67.07810.23140.3512
Hunter Lab81.9012-47.0186-0.3842
CIE-Lab85.5434-50.3435-5.1893

#0befde color RGB value is (11,239,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101111 11011110
Octal 13 357 336
Decimal 11 239 222
Hex B EF DE

RGB Percentages of Color #0befde

%2.33
%50.64
%47.03

CMYK Percentages of Color #0befde

%95
%0
%7
%6

Triadic Colors of #0befde

#0befde #de0bef #efde0b

Analogous Colors of #0befde

#0befde #0b8eef #0bef6c

Monochromatic Colors of #0befde

#0befde

Complementary Color

#0befde #ef0b1c

#0befde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0befde Color Preview on White Background

Lorem ipsum dolor sit amet.

#0befde Color CSS Codes

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

#0befde Text Font Color

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

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


#0befde Background Color

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

This div background color is #0befde


#0befde Border Color

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

This div border color is #0befde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0befde


Comments

No comments written yet.

Please login to write comment.