Color Hex Logo

#094eab Color Hex

#094EAB
(9,78,171)
0 Favorites   0 Comments

Color spaces of #094eab

RGB 978171
HSL0.600.900.35
HSV214°95°67°
CMYK 0.950.540.00   0.33
XYZ10.18778.447139.6216
Yxy8.44710.17490.1450
Hunter Lab29.063911.7074-60.4829
CIE-Lab34.897218.1259-55.0328

#094eab color RGB value is (9,78,171).

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

The process color (four color CMYK) of #094eab color hex is 0.95, 0.54, 0.00, 0.33. Web safe color of #094eab is #006699. Color #094eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001110 10101011
Octal 11 116 253
Decimal 9 78 171
Hex 9 4E AB

RGB Percentages of Color #094eab

%3.49
%30.23
%66.28

CMYK Percentages of Color #094eab

%95
%54
%0
%33

Triadic Colors of #094eab

#094eab #ab094e #4eab09

Analogous Colors of #094eab

#094eab #1509ab #099fab

Monochromatic Colors of #094eab

#094eab

Complementary Color

#094eab #ab6609

#094eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#094eab Color CSS Codes

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

#094eab Text Font Color

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

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


#094eab Background Color

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

This div background color is #094eab


#094eab Border Color

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

This div border color is #094eab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,78,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 #094eab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094eab


Comments

No comments written yet.

Please login to write comment.