Color Hex Logo

#093eae Color Hex

#093EAE
(9,62,174)
0 Favorites   0 Comments

Color spaces of #093eae

RGB 962174
HSL0.610.900.36
HSV221°95°68°
CMYK 0.950.640.00   0.32
XYZ9.47536.559340.8111
Yxy6.55930.16670.1154
Hunter Lab25.611121.2198-76.5503
CIE-Lab30.781830.1941-63.5431

#093eae color RGB value is (9,62,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111110 10101110
Octal 11 76 256
Decimal 9 62 174
Hex 9 3E AE

RGB Percentages of Color #093eae

%3.67
%25.31
%71.02

CMYK Percentages of Color #093eae

%95
%64
%0
%32

Triadic Colors of #093eae

#093eae #ae093e #3eae09

Analogous Colors of #093eae

#093eae #2709ae #0991ae

Monochromatic Colors of #093eae

#093eae

Complementary Color

#093eae #ae7909

#093eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#093eae Color CSS Codes

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

#093eae Text Font Color

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

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


#093eae Background Color

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

This div background color is #093eae


#093eae Border Color

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

This div border color is #093eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093eae


Comments

No comments written yet.

Please login to write comment.