Color Hex Logo

#094acb Color Hex

#094ACB
(9,74,203)
0 Favorites   0 Comments

Color spaces of #094acb

RGB 974203
HSL0.610.920.42
HSV220°96°80°
CMYK 0.960.640.00   0.20
XYZ13.34099.267457.5856
Yxy9.26740.16640.1156
Hunter Lab30.442424.9506-90.8447
CIE-Lab36.494133.5800-71.2318

#094acb color RGB value is (9,74,203).

#094acb hex color red value is 9, green value is 74 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #094acb hue: 0.61 , saturation: 0.92 and the lightness value of 094acb is 0.42.

The process color (four color CMYK) of #094acb color hex is 0.96, 0.64, 0.00, 0.20. Web safe color of #094acb is #0033cc. Color #094acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001010 11001011
Octal 11 112 313
Decimal 9 74 203
Hex 9 4A CB

RGB Percentages of Color #094acb

%3.15
%25.87
%70.98

CMYK Percentages of Color #094acb

%96
%64
%0
%20

Triadic Colors of #094acb

#094acb #cb094a #4acb09

Analogous Colors of #094acb

#094acb #2909cb #09abcb

Monochromatic Colors of #094acb

#094acb

Complementary Color

#094acb #cb8a09

#094acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#094acb Color CSS Codes

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

#094acb Text Font Color

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

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


#094acb Background Color

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

This div background color is #094acb


#094acb Border Color

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

This div border color is #094acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094acb


Comments

No comments written yet.

Please login to write comment.