Color Hex Logo

#094aab Color Hex

#094AAB
(9,74,171)
0 Favorites   0 Comments

Color spaces of #094aab

RGB 974171
HSL0.600.900.35
HSV216°95°67°
CMYK 0.950.570.00   0.33
XYZ9.91217.895939.5297
Yxy7.89590.17290.1377
Hunter Lab28.099613.7912-63.7376
CIE-Lab33.765120.8441-56.8741

#094aab color RGB value is (9,74,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001010 10101011
Octal 11 112 253
Decimal 9 74 171
Hex 9 4A AB

RGB Percentages of Color #094aab

%3.54
%29.13
%67.32

CMYK Percentages of Color #094aab

%95
%57
%0
%33

Triadic Colors of #094aab

#094aab #ab094a #4aab09

Analogous Colors of #094aab

#094aab #1909ab #099bab

Monochromatic Colors of #094aab

#094aab

Complementary Color

#094aab #ab6a09

#094aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#094aab Color CSS Codes

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

#094aab Text Font Color

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

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


#094aab Background Color

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

This div background color is #094aab


#094aab Border Color

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

This div border color is #094aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094aab


Comments

No comments written yet.

Please login to write comment.