Color Hex Logo

#0bdef7 Color Hex

#0BDEF7
(11,222,247)
0 Favorites   0 Comments

Color spaces of #0bdef7

RGB 11222247
HSL0.520.940.51
HSV186°96°97°
CMYK 0.960.100.00   0.03
XYZ43.047859.029197.1206
Yxy59.02910.21610.2963
Hunter Lab76.8304-34.4403-21.1667
CIE-Lab81.3076-35.4502-24.7503

#0bdef7 color RGB value is (11,222,247).

#0bdef7 hex color red value is 11, green value is 222 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #0bdef7 hue: 0.52 , saturation: 0.94 and the lightness value of 0bdef7 is 0.51.

The process color (four color CMYK) of #0bdef7 color hex is 0.96, 0.10, 0.00, 0.03. Web safe color of #0bdef7 is #00ccff. Color #0bdef7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11011110 11110111
Octal 13 336 367
Decimal 11 222 247
Hex B DE F7

RGB Percentages of Color #0bdef7

%2.29
%46.25
%51.46

CMYK Percentages of Color #0bdef7

%96
%10
%0
%3

Triadic Colors of #0bdef7

#0bdef7 #f70bde #def70b

Analogous Colors of #0bdef7

#0bdef7 #0b68f7 #0bf79a

Monochromatic Colors of #0bdef7

#0bdef7

Complementary Color

#0bdef7 #f7240b

#0bdef7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bdef7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bdef7 Color CSS Codes

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

#0bdef7 Text Font Color

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

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


#0bdef7 Background Color

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

This div background color is #0bdef7


#0bdef7 Border Color

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

This div border color is #0bdef7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bdef7


Comments

No comments written yet.

Please login to write comment.