Color Hex Logo

#093642 Color Hex

#093642
(9,54,66)
0 Favorites   0 Comments

Color spaces of #093642

RGB 95466
HSL0.540.760.15
HSV193°86°26°
CMYK 0.860.180.00   0.74
XYZ2.41523.08985.6233
Yxy3.08980.21700.2777
Hunter Lab17.5778-6.2352-6.6629
CIE-Lab20.4000-9.8997-11.7215

#093642 color RGB value is (9,54,66).

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

The process color (four color CMYK) of #093642 color hex is 0.86, 0.18, 0.00, 0.74. Web safe color of #093642 is #003333. Color #093642 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110110 01000010
Octal 11 66 102
Decimal 9 54 66
Hex 9 36 42

RGB Percentages of Color #093642

%6.98
%41.86
%51.16

CMYK Percentages of Color #093642

%86
%18
%0
%74

Triadic Colors of #093642

#093642 #420936 #364209

Analogous Colors of #093642

#093642 #091a42 #094232

Monochromatic Colors of #093642

#093642

Complementary Color

#093642 #421509

#093642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093642 Color CSS Codes

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

#093642 Text Font Color

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

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


#093642 Background Color

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

This div background color is #093642


#093642 Border Color

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

This div border color is #093642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093642


Comments

No comments written yet.

Please login to write comment.