Color Hex Logo

#0bbede Color Hex

#0BBEDE
(11,190,222)
0 Favorites   0 Comments

Color spaces of #0bbede

RGB 11190222
HSL0.530.910.46
HSV189°95°87°
CMYK 0.950.140.00   0.13
XYZ31.736342.172075.5746
Yxy42.17200.21230.2821
Hunter Lab64.9400-26.4116-23.5414
CIE-Lab70.9893-28.0767-27.0980

#0bbede color RGB value is (11,190,222).

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

The process color (four color CMYK) of #0bbede color hex is 0.95, 0.14, 0.00, 0.13. Web safe color of #0bbede is #00cccc. Color #0bbede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10111110 11011110
Octal 13 276 336
Decimal 11 190 222
Hex B BE DE

RGB Percentages of Color #0bbede

%2.60
%44.92
%52.48

CMYK Percentages of Color #0bbede

%95
%14
%0
%13

Triadic Colors of #0bbede

#0bbede #de0bbe #bede0b

Analogous Colors of #0bbede

#0bbede #0b55de #0bde95

Monochromatic Colors of #0bbede

#0bbede

Complementary Color

#0bbede #de2b0b

#0bbede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bbede Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bbede Color CSS Codes

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

#0bbede Text Font Color

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

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


#0bbede Background Color

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

This div background color is #0bbede


#0bbede Border Color

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

This div border color is #0bbede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bbede


Comments

No comments written yet.

Please login to write comment.