Color Hex Logo

#0bedbd Color Hex

#0BEDBD
(11,237,189)
0 Favorites   0 Comments

Color spaces of #0bedbd

RGB 11237189
HSL0.460.910.49
HSV167°95°93°
CMYK 0.950.000.20   0.07
XYZ39.607564.313658.4704
Yxy64.31360.24390.3960
Hunter Lab80.1958-52.184112.9089
CIE-Lab84.1288-58.124810.0727

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101101 10111101
Octal 13 355 275
Decimal 11 237 189
Hex B ED BD

RGB Percentages of Color #0bedbd

%2.52
%54.23
%43.25

CMYK Percentages of Color #0bedbd

%95
%0
%20
%7

Triadic Colors of #0bedbd

#0bedbd #bd0bed #edbd0b

Analogous Colors of #0bedbd

#0bedbd #0baced #0bed4c

Monochromatic Colors of #0bedbd

#0bedbd

Complementary Color

#0bedbd #ed0b3b

#0bedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bedbd Color CSS Codes

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

#0bedbd Text Font Color

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

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


#0bedbd Background Color

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

This div background color is #0bedbd


#0bedbd Border Color

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

This div border color is #0bedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bedbd


Comments

No comments written yet.

Please login to write comment.