Color Hex Logo

#093eac Color Hex

#093EAC
(9,62,172)
0 Favorites   0 Comments

Color spaces of #093eac

RGB 962172
HSL0.610.900.35
HSV220°95°67°
CMYK 0.950.640.00   0.33
XYZ9.28176.481939.7917
Yxy6.48190.16710.1167
Hunter Lab25.459620.5208-74.8448
CIE-Lab30.597129.4005-62.6508

#093eac color RGB value is (9,62,172).

#093eac hex color red value is 9, green value is 62 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #093eac hue: 0.61 , saturation: 0.90 and the lightness value of 093eac is 0.35.

The process color (four color CMYK) of #093eac color hex is 0.95, 0.64, 0.00, 0.33. Web safe color of #093eac is #003399. Color #093eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111110 10101100
Octal 11 76 254
Decimal 9 62 172
Hex 9 3E AC

RGB Percentages of Color #093eac

%3.70
%25.51
%70.78

CMYK Percentages of Color #093eac

%95
%64
%0
%33

Triadic Colors of #093eac

#093eac #ac093e #3eac09

Analogous Colors of #093eac

#093eac #2509ac #0990ac

Monochromatic Colors of #093eac

#093eac

Complementary Color

#093eac #ac7709

#093eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#093eac Color CSS Codes

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

#093eac Text Font Color

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

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


#093eac Background Color

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

This div background color is #093eac


#093eac Border Color

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

This div border color is #093eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,62,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #093eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #093eac;
  -webkit-box-shadow: 1px 1px 3px 2px #093eac;
  box-shadow:         1px 1px 3px 2px #093eac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093eac


Comments

No comments written yet.

Please login to write comment.