Color Hex Logo

#0bebdf Color Hex

#0BEBDF
(11,235,223)
0 Favorites   0 Comments

Color spaces of #0bebdf

RGB 11235223
HSL0.490.910.48
HSV177°95°92°
CMYK 0.950.000.05   0.08
XYZ43.165664.815580.0476
Yxy64.81550.22960.3447
Hunter Lab80.5081-45.1837-2.5952
CIE-Lab84.3886-48.3804-7.4227

#0bebdf color RGB value is (11,235,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101011 11011111
Octal 13 353 337
Decimal 11 235 223
Hex B EB DF

RGB Percentages of Color #0bebdf

%2.35
%50.11
%47.55

CMYK Percentages of Color #0bebdf

%95
%0
%5
%8

Triadic Colors of #0bebdf

#0bebdf #df0beb #ebdf0b

Analogous Colors of #0bebdf

#0bebdf #0b87eb #0beb6f

Monochromatic Colors of #0bebdf

#0bebdf

Complementary Color

#0bebdf #eb0b17

#0bebdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bebdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bebdf Color CSS Codes

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

#0bebdf Text Font Color

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

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


#0bebdf Background Color

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

This div background color is #0bebdf


#0bebdf Border Color

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

This div border color is #0bebdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bebdf


Comments

No comments written yet.

Please login to write comment.