Color Hex Logo

#0baefe Color Hex

#0BAEFE
(11,174,254)
0 Favorites   0 Comments

Color spaces of #0baefe

RGB 11174254
HSL0.550.990.52
HSV200°96°100°
CMYK 0.960.310.00   0.00
XYZ33.163537.499099.2561
Yxy37.49900.19520.2207
Hunter Lab61.2364-10.4944-53.2357
CIE-Lab67.6497-8.5581-49.6992

#0baefe color RGB value is (11,174,254).

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

The process color (four color CMYK) of #0baefe color hex is 0.96, 0.31, 0.00, 0.00. Web safe color of #0baefe is #0099ff. Color #0baefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 10101110 11111110
Octal 13 256 376
Decimal 11 174 254
Hex B AE FE

RGB Percentages of Color #0baefe

%2.51
%39.64
%57.86

CMYK Percentages of Color #0baefe

%96
%31
%0
%0

Triadic Colors of #0baefe

#0baefe #fe0bae #aefe0b

Analogous Colors of #0baefe

#0baefe #0b35fe #0bfed5

Monochromatic Colors of #0baefe

#0baefe

Complementary Color

#0baefe #fe5b0b

#0baefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0baefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0baefe Color CSS Codes

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

#0baefe Text Font Color

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

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


#0baefe Background Color

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

This div background color is #0baefe


#0baefe Border Color

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

This div border color is #0baefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0baefe


Comments

No comments written yet.

Please login to write comment.