Color Hex Logo

#0baef1 Color Hex

#0BAEF1
(11,174,241)
0 Favorites   0 Comments

Color spaces of #0baef1

RGB 11174241
HSL0.550.910.49
HSV197°95°95°
CMYK 0.950.280.00   0.05
XYZ31.151236.694188.6599
Yxy36.69410.19900.2345
Hunter Lab60.5757-14.2133-44.3752
CIE-Lab67.0469-13.2283-43.5765

#0baef1 color RGB value is (11,174,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101110 11110001
Octal 13 256 361
Decimal 11 174 241
Hex B AE F1

RGB Percentages of Color #0baef1

%2.58
%40.85
%56.57

CMYK Percentages of Color #0baef1

%95
%28
%0
%5

Triadic Colors of #0baef1

#0baef1 #f10bae #aef10b

Analogous Colors of #0baef1

#0baef1 #0b3bf1 #0bf1c1

Monochromatic Colors of #0baef1

#0baef1

Complementary Color

#0baef1 #f14e0b

#0baef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0baef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0baef1 Color CSS Codes

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

#0baef1 Text Font Color

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

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


#0baef1 Background Color

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

This div background color is #0baef1


#0baef1 Border Color

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

This div border color is #0baef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0baef1


Comments

No comments written yet.

Please login to write comment.