Color Hex Logo

#0bedda Color Hex

#0BEDDA
(11,237,218)
0 Favorites   0 Comments

Color spaces of #0bedda

RGB 11237218
HSL0.490.910.49
HSV175°95°93°
CMYK 0.950.000.08   0.07
XYZ43.077165.701576.7409
Yxy65.70150.23220.3541
Hunter Lab81.0565-46.98580.6062
CIE-Lab84.8439-50.6060-4.1171

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101101 11011010
Octal 13 355 332
Decimal 11 237 218
Hex B ED DA

RGB Percentages of Color #0bedda

%2.36
%50.86
%46.78

CMYK Percentages of Color #0bedda

%95
%0
%8
%7

Triadic Colors of #0bedda

#0bedda #da0bed #edda0b

Analogous Colors of #0bedda

#0bedda #0b8fed #0bed69

Monochromatic Colors of #0bedda

#0bedda

Complementary Color

#0bedda #ed0b1e

#0bedda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bedda Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bedda Color CSS Codes

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

#0bedda Text Font Color

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

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


#0bedda Background Color

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

This div background color is #0bedda


#0bedda Border Color

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

This div border color is #0bedda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bedda


Comments

No comments written yet.

Please login to write comment.