Color Hex Logo

#0bedbc Color Hex

#0BEDBC
(11,237,188)
0 Favorites   0 Comments

Color spaces of #0bedbc

RGB 11237188
HSL0.460.910.49
HSV167°95°93°
CMYK 0.950.000.21   0.07
XYZ39.499364.270457.9005
Yxy64.27040.24430.3975
Hunter Lab80.1688-52.348213.2970
CIE-Lab84.1064-58.368510.5639

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101101 10111100
Octal 13 355 274
Decimal 11 237 188
Hex B ED BC

RGB Percentages of Color #0bedbc

%2.52
%54.36
%43.12

CMYK Percentages of Color #0bedbc

%95
%0
%21
%7

Triadic Colors of #0bedbc

#0bedbc #bc0bed #edbc0b

Analogous Colors of #0bedbc

#0bedbc #0baded #0bed4b

Monochromatic Colors of #0bedbc

#0bedbc

Complementary Color

#0bedbc #ed0b3c

#0bedbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bedbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bedbc Color CSS Codes

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

#0bedbc Text Font Color

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

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


#0bedbc Background Color

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

This div background color is #0bedbc


#0bedbc Border Color

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

This div border color is #0bedbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bedbc


Comments

No comments written yet.

Please login to write comment.