Color Hex Logo

#0b84fe Color Hex

#0B84FE
(11,132,254)
0 Favorites   0 Comments

Color spaces of #0b84fe

RGB 11132254
HSL0.580.990.52
HSV210°96°100°
CMYK 0.960.480.00   0.00
XYZ26.278723.729496.9611
Yxy23.72940.17880.1615
Hunter Lab48.712811.0464-83.9156
CIE-Lab55.815816.1795-68.5962

#0b84fe color RGB value is (11,132,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10000100 11111110
Octal 13 204 376
Decimal 11 132 254
Hex B 84 FE

RGB Percentages of Color #0b84fe

%2.77
%33.25
%63.98

CMYK Percentages of Color #0b84fe

%96
%48
%0
%0

Triadic Colors of #0b84fe

#0b84fe #fe0b84 #84fe0b

Analogous Colors of #0b84fe

#0b84fe #0b0bfe #0bfefe

Monochromatic Colors of #0b84fe

#0b84fe

Complementary Color

#0b84fe #fe850b

#0b84fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b84fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b84fe Color CSS Codes

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

#0b84fe Text Font Color

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

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


#0b84fe Background Color

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

This div background color is #0b84fe


#0b84fe Border Color

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

This div border color is #0b84fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,132,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 #0b84fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b84fe


Comments

No comments written yet.

Please login to write comment.