Color Hex Logo

#094caf Color Hex

#094CAF
(9,76,175)
0 Favorites   0 Comments

Color spaces of #094caf

RGB 976175
HSL0.600.900.36
HSV216°95°69°
CMYK 0.950.570.00   0.31
XYZ10.43508.322141.6138
Yxy8.32210.17280.1378
Hunter Lab28.848114.0834-65.3332
CIE-Lab34.644921.1199-57.8219

#094caf color RGB value is (9,76,175).

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

The process color (four color CMYK) of #094caf color hex is 0.95, 0.57, 0.00, 0.31. Web safe color of #094caf is #003399. Color #094caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001100 10101111
Octal 11 114 257
Decimal 9 76 175
Hex 9 4C AF

RGB Percentages of Color #094caf

%3.46
%29.23
%67.31

CMYK Percentages of Color #094caf

%95
%57
%0
%31

Triadic Colors of #094caf

#094caf #af094c #4caf09

Analogous Colors of #094caf

#094caf #1909af #099faf

Monochromatic Colors of #094caf

#094caf

Complementary Color

#094caf #af6c09

#094caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#094caf Color CSS Codes

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

#094caf Text Font Color

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

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


#094caf Background Color

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

This div background color is #094caf


#094caf Border Color

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

This div border color is #094caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094caf


Comments

No comments written yet.

Please login to write comment.