Color Hex Logo

#094255 Color Hex

#094255
(9,66,85)
0 Favorites   0 Comments

Color spaces of #094255

RGB 96685
HSL0.540.810.18
HSV195°89°33°
CMYK 0.890.220.00   0.67
XYZ3.70064.61049.2892
Yxy4.61040.21030.2620
Hunter Lab21.4718-6.8118-10.6199
CIE-Lab25.5947-9.8218-16.3297

#094255 color RGB value is (9,66,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000010 01010101
Octal 11 102 125
Decimal 9 66 85
Hex 9 42 55

RGB Percentages of Color #094255

%5.63
%41.25
%53.13

CMYK Percentages of Color #094255

%89
%22
%0
%67

Triadic Colors of #094255

#094255 #550942 #425509

Analogous Colors of #094255

#094255 #091c55 #095542

Monochromatic Colors of #094255

#094255

Complementary Color

#094255 #551c09

#094255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094255 Color CSS Codes

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

#094255 Text Font Color

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

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


#094255 Background Color

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

This div background color is #094255


#094255 Border Color

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

This div border color is #094255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094255


Comments

No comments written yet.

Please login to write comment.