Color Hex Logo

#0babeb Color Hex

#0BABEB
(11,171,235)
0 Favorites   0 Comments

Color spaces of #0babeb

RGB 11171235
HSL0.550.910.48
HSV197°95°92°
CMYK 0.950.270.00   0.08
XYZ29.696335.195183.8254
Yxy35.19510.19970.2367
Hunter Lab59.3255-14.4685-42.2475
CIE-Lab65.9003-13.7387-42.0952

#0babeb color RGB value is (11,171,235).

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

The process color (four color CMYK) of #0babeb color hex is 0.95, 0.27, 0.00, 0.08. Web safe color of #0babeb is #0099ff. Color #0babeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101011 11101011
Octal 13 253 353
Decimal 11 171 235
Hex B AB EB

RGB Percentages of Color #0babeb

%2.64
%41.01
%56.35

CMYK Percentages of Color #0babeb

%95
%27
%0
%8

Triadic Colors of #0babeb

#0babeb #eb0bab #abeb0b

Analogous Colors of #0babeb

#0babeb #0b3beb #0bebbb

Monochromatic Colors of #0babeb

#0babeb

Complementary Color

#0babeb #eb4b0b

#0babeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0babeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0babeb Color CSS Codes

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

#0babeb Text Font Color

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

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


#0babeb Background Color

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

This div background color is #0babeb


#0babeb Border Color

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

This div border color is #0babeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0babeb


Comments

No comments written yet.

Please login to write comment.