Color Hex Logo

#094cad Color Hex

#094CAD
(9,76,173)
0 Favorites   0 Comments

Color spaces of #094cad

RGB 976173
HSL0.600.900.36
HSV215°95°68°
CMYK 0.950.560.00   0.32
XYZ10.23998.244140.5867
Yxy8.24410.17330.1396
Hunter Lab28.712513.4124-63.7108
CIE-Lab34.486220.3025-56.8915

#094cad color RGB value is (9,76,173).

#094cad hex color red value is 9, green value is 76 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #094cad hue: 0.60 , saturation: 0.90 and the lightness value of 094cad is 0.36.

The process color (four color CMYK) of #094cad color hex is 0.95, 0.56, 0.00, 0.32. Web safe color of #094cad is #003399. Color #094cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001100 10101101
Octal 11 114 255
Decimal 9 76 173
Hex 9 4C AD

RGB Percentages of Color #094cad

%3.49
%29.46
%67.05

CMYK Percentages of Color #094cad

%95
%56
%0
%32

Triadic Colors of #094cad

#094cad #ad094c #4cad09

Analogous Colors of #094cad

#094cad #1809ad #099ead

Monochromatic Colors of #094cad

#094cad

Complementary Color

#094cad #ad6a09

#094cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#094cad Color CSS Codes

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

#094cad Text Font Color

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

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


#094cad Background Color

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

This div background color is #094cad


#094cad Border Color

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

This div border color is #094cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094cad


Comments

No comments written yet.

Please login to write comment.