Color Hex Logo

#0bddef Color Hex

#0BDDEF
(11,221,239)
0 Favorites   0 Comments

Color spaces of #0bddef

RGB 11221239
HSL0.510.910.49
HSV185°95°94°
CMYK 0.950.080.00   0.06
XYZ41.574558.016090.6684
Yxy58.01600.21850.3049
Hunter Lab76.1682-35.8647-17.2593
CIE-Lab80.7477-37.4683-21.3542

#0bddef color RGB value is (11,221,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011101 11101111
Octal 13 335 357
Decimal 11 221 239
Hex B DD EF

RGB Percentages of Color #0bddef

%2.34
%46.92
%50.74

CMYK Percentages of Color #0bddef

%95
%8
%0
%6

Triadic Colors of #0bddef

#0bddef #ef0bdd #ddef0b

Analogous Colors of #0bddef

#0bddef #0b6bef #0bef8f

Monochromatic Colors of #0bddef

#0bddef

Complementary Color

#0bddef #ef1d0b

#0bddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bddef Color CSS Codes

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

#0bddef Text Font Color

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

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


#0bddef Background Color

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

This div background color is #0bddef


#0bddef Border Color

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

This div border color is #0bddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bddef


Comments

No comments written yet.

Please login to write comment.