Color Hex Logo

#091cae Color Hex

#091CAE
(9,28,174)
0 Favorites   0 Comments

Color spaces of #091cae

RGB 928174
HSL0.650.900.36
HSV233°95°68°
CMYK 0.950.840.00   0.32
XYZ8.16793.944640.3753
Yxy3.94460.15560.0752
Hunter Lab19.861038.6519-106.6274
CIE-Lab23.487450.4405-75.6045

#091cae color RGB value is (9,28,174).

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

The process color (four color CMYK) of #091cae color hex is 0.95, 0.84, 0.00, 0.32. Web safe color of #091cae is #003399. Color #091cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00011100 10101110
Octal 11 34 256
Decimal 9 28 174
Hex 9 1C AE

RGB Percentages of Color #091cae

%4.27
%13.27
%82.46

CMYK Percentages of Color #091cae

%95
%84
%0
%32

Triadic Colors of #091cae

#091cae #ae091c #1cae09

Analogous Colors of #091cae

#091cae #4809ae #096fae

Monochromatic Colors of #091cae

#091cae

Complementary Color

#091cae #ae9b09

#091cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#091cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#091cae Color CSS Codes

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

#091cae Text Font Color

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

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


#091cae Background Color

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

This div background color is #091cae


#091cae Border Color

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

This div border color is #091cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,28,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 #091cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #091cae


Comments

No comments written yet.

Please login to write comment.