Color Hex Logo

#094dba Color Hex

#094DBA
(9,77,186)
0 Favorites   0 Comments

Color spaces of #094dba

RGB 977186
HSL0.600.910.38
HSV217°95°73°
CMYK 0.950.590.00   0.27
XYZ11.62958.911047.5614
Yxy8.91100.17080.1308
Hunter Lab29.851317.3004-73.5695
CIE-Lab35.812424.8951-62.4181

#094dba color RGB value is (9,77,186).

#094dba hex color red value is 9, green value is 77 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #094dba hue: 0.60 , saturation: 0.91 and the lightness value of 094dba is 0.38.

The process color (four color CMYK) of #094dba color hex is 0.95, 0.59, 0.00, 0.27. Web safe color of #094dba is #0066cc. Color #094dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001101 10111010
Octal 11 115 272
Decimal 9 77 186
Hex 9 4D BA

RGB Percentages of Color #094dba

%3.31
%28.31
%68.38

CMYK Percentages of Color #094dba

%95
%59
%0
%27

Triadic Colors of #094dba

#094dba #ba094d #4dba09

Analogous Colors of #094dba

#094dba #1d09ba #09a6ba

Monochromatic Colors of #094dba

#094dba

Complementary Color

#094dba #ba7609

#094dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#094dba Color CSS Codes

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

#094dba Text Font Color

<p style="color:#094dba">Text here</p>

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


#094dba Background Color

<div style="background-color:#094dba">
Div content here</div>

This div background color is #094dba


#094dba Border Color

<div style="border:3px solid #094dba">
Div here</div>

This div border color is #094dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,77,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #094dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #094dba;
  -webkit-box-shadow: 1px 1px 3px 2px #094dba;
  box-shadow:         1px 1px 3px 2px #094dba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094dba


Comments

No comments written yet.

Please login to write comment.