Color Hex Logo

#0bbdec Color Hex

#0BBDEC
(11,189,236)
0 Favorites   0 Comments

Color spaces of #0bbdec

RGB 11189236
HSL0.530.910.48
HSV193°95°93°
CMYK 0.950.200.00   0.07
XYZ33.475942.522585.8002
Yxy42.52250.20690.2628
Hunter Lab65.2093-22.4813-32.3653
CIE-Lab71.2297-22.8871-34.3348

#0bbdec color RGB value is (11,189,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111101 11101100
Octal 13 275 354
Decimal 11 189 236
Hex B BD EC

RGB Percentages of Color #0bbdec

%2.52
%43.35
%54.13

CMYK Percentages of Color #0bbdec

%95
%20
%0
%7

Triadic Colors of #0bbdec

#0bbdec #ec0bbd #bdec0b

Analogous Colors of #0bbdec

#0bbdec #0b4cec #0becab

Monochromatic Colors of #0bbdec

#0bbdec

Complementary Color

#0bbdec #ec3a0b

#0bbdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbdec Color CSS Codes

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

#0bbdec Text Font Color

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

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


#0bbdec Background Color

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

This div background color is #0bbdec


#0bbdec Border Color

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

This div border color is #0bbdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbdec


Comments

No comments written yet.

Please login to write comment.