Color Hex Logo

#0984bf Color Hex

#0984BF
(9,132,191)
0 Favorites   0 Comments

Color spaces of #0984bf

RGB 9132191
HSL0.550.910.39
HSV199°95°75°
CMYK 0.950.310.00   0.25
XYZ17.767920.322252.2763
Yxy20.32220.19660.2249
Hunter Lab45.0802-8.5362-37.1984
CIE-Lab52.1996-8.0712-39.0217

#0984bf color RGB value is (9,132,191).

#0984bf hex color red value is 9, green value is 132 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0984bf hue: 0.55 , saturation: 0.91 and the lightness value of 0984bf is 0.39.

The process color (four color CMYK) of #0984bf color hex is 0.95, 0.31, 0.00, 0.25. Web safe color of #0984bf is #0099cc. Color #0984bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000100 10111111
Octal 11 204 277
Decimal 9 132 191
Hex 9 84 BF

RGB Percentages of Color #0984bf

%2.71
%39.76
%57.53

CMYK Percentages of Color #0984bf

%95
%31
%0
%25

Triadic Colors of #0984bf

#0984bf #bf0984 #84bf09

Analogous Colors of #0984bf

#0984bf #0929bf #09bf9f

Monochromatic Colors of #0984bf

#0984bf

Complementary Color

#0984bf #bf4409

#0984bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0984bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0984bf Color CSS Codes

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

#0984bf Text Font Color

<p style="color:#0984bf">Text here</p>

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


#0984bf Background Color

<div style="background-color:#0984bf">
Div content here</div>

This div background color is #0984bf


#0984bf Border Color

<div style="border:3px solid #0984bf">
Div here</div>

This div border color is #0984bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,132,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0984bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0984bf;
  -webkit-box-shadow: 1px 1px 3px 2px #0984bf;
  box-shadow:         1px 1px 3px 2px #0984bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,132,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0984bf


Comments

No comments written yet.

Please login to write comment.