Color Hex Logo

#094654 Color Hex

#094654
(9,70,84)
0 Favorites   0 Comments

Color spaces of #094654

RGB 97084
HSL0.530.810.18
HSV191°89°33°
CMYK 0.890.170.00   0.67
XYZ3.90305.07859.1620
Yxy5.07850.21510.2799
Hunter Lab22.5355-8.5222-8.3300
CIE-Lab26.9573-12.6602-13.5767

#094654 color RGB value is (9,70,84).

#094654 hex color red value is 9, green value is 70 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #094654 hue: 0.53 , saturation: 0.81 and the lightness value of 094654 is 0.18.

The process color (four color CMYK) of #094654 color hex is 0.89, 0.17, 0.00, 0.67. Web safe color of #094654 is #003366. Color #094654 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000110 01010100
Octal 11 106 124
Decimal 9 70 84
Hex 9 46 54

RGB Percentages of Color #094654

%5.52
%42.94
%51.53

CMYK Percentages of Color #094654

%89
%17
%0
%67

Triadic Colors of #094654

#094654 #540946 #465409

Analogous Colors of #094654

#094654 #092154 #09543d

Monochromatic Colors of #094654

#094654

Complementary Color

#094654 #541709

#094654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094654 Color CSS Codes

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

#094654 Text Font Color

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

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


#094654 Background Color

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

This div background color is #094654


#094654 Border Color

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

This div border color is #094654


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,70,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #094654; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #094654;
  -webkit-box-shadow: 1px 1px 3px 2px #094654;
  box-shadow:         1px 1px 3px 2px #094654; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094654

#094654 Color Palettes


Comments

No comments written yet.

Please login to write comment.