Color Hex Logo

#0beddc Color Hex

#0BEDDC
(11,237,220)
0 Favorites   0 Comments

Color spaces of #0beddc

RGB 11237220
HSL0.490.910.49
HSV175°95°93°
CMYK 0.950.000.07   0.07
XYZ43.340565.806878.1279
Yxy65.80680.23140.3514
Hunter Lab81.1214-46.5957-0.3171
CIE-Lab84.8978-50.0568-5.0901

#0beddc color RGB value is (11,237,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101101 11011100
Octal 13 355 334
Decimal 11 237 220
Hex B ED DC

RGB Percentages of Color #0beddc

%2.35
%50.64
%47.01

CMYK Percentages of Color #0beddc

%95
%0
%7
%7

Triadic Colors of #0beddc

#0beddc #dc0bed #eddc0b

Analogous Colors of #0beddc

#0beddc #0b8ded #0bed6b

Monochromatic Colors of #0beddc

#0beddc

Complementary Color

#0beddc #ed0b1c

#0beddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0beddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0beddc Color CSS Codes

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

#0beddc Text Font Color

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

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


#0beddc Background Color

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

This div background color is #0beddc


#0beddc Border Color

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

This div border color is #0beddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0beddc


Comments

No comments written yet.

Please login to write comment.