Color Hex Logo

#0b98ff Color Hex

#0B98FF
(11,152,255)
0 Favorites   0 Comments

Color spaces of #0b98ff

RGB 11152255
HSL0.571.000.52
HSV205°96°100°
CMYK 0.960.400.00   0.00
XYZ29.416229.747698.7992
Yxy29.74760.18620.1883
Hunter Lab54.54140.8244-69.2222
CIE-Lab61.43584.4346-60.1148

#0b98ff color RGB value is (11,152,255).

#0b98ff hex color red value is 11, green value is 152 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #0b98ff hue: 0.57 , saturation: 1.00 and the lightness value of 0b98ff is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 10011000 11111111
Octal 13 230 377
Decimal 11 152 255
Hex B 98 FF

RGB Percentages of Color #0b98ff

%2.63
%36.36
%61.00

CMYK Percentages of Color #0b98ff

%96
%40
%0
%0

Triadic Colors of #0b98ff

#0b98ff #ff0b98 #98ff0b

Analogous Colors of #0b98ff

#0b98ff #0b1eff #0bffec

Monochromatic Colors of #0b98ff

#0b98ff

Complementary Color

#0b98ff #ff720b

#0b98ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b98ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b98ff Color CSS Codes

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

#0b98ff Text Font Color

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

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


#0b98ff Background Color

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

This div background color is #0b98ff


#0b98ff Border Color

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

This div border color is #0b98ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0b98ff

Related Colors


Comments

No comments written yet.

Please login to write comment.