Color Hex Logo

#0beed3 Color Hex

#0BEED3
(11,238,211)
0 Favorites   0 Comments

Color spaces of #0beed3

RGB 11238211
HSL0.480.910.49
HSV173°95°93°
CMYK 0.950.000.11   0.07
XYZ42.470465.923472.1141
Yxy65.92340.23530.3652
Hunter Lab81.1932-48.71874.1751
CIE-Lab84.9573-52.9064-0.2701

#0beed3 color RGB value is (11,238,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101110 11010011
Octal 13 356 323
Decimal 11 238 211
Hex B EE D3

RGB Percentages of Color #0beed3

%2.39
%51.74
%45.87

CMYK Percentages of Color #0beed3

%95
%0
%11
%7

Triadic Colors of #0beed3

#0beed3 #d30bee #eed30b

Analogous Colors of #0beed3

#0beed3 #0b98ee #0bee62

Monochromatic Colors of #0beed3

#0beed3

Complementary Color

#0beed3 #ee0b26

#0beed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0beed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0beed3 Color CSS Codes

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

#0beed3 Text Font Color

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

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


#0beed3 Background Color

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

This div background color is #0beed3


#0beed3 Border Color

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

This div border color is #0beed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0beed3


Comments

No comments written yet.

Please login to write comment.