Color Hex Logo

#090dae Color Hex

#090DAE
(9,13,174)
0 Favorites   0 Comments

Color spaces of #090dae

RGB 913174
HSL0.660.900.36
HSV239°95°68°
CMYK 0.950.930.00   0.32
XYZ7.89663.401940.2848
Yxy3.40190.15310.0659
Hunter Lab18.444244.1444-116.5867
CIE-Lab21.586556.1637-78.7745

#090dae color RGB value is (9,13,174).

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

The process color (four color CMYK) of #090dae color hex is 0.95, 0.93, 0.00, 0.32. Web safe color of #090dae is #000099. Color #090dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001101 10101110
Octal 11 15 256
Decimal 9 13 174
Hex 9 D AE

RGB Percentages of Color #090dae

%4.59
%6.63
%88.78

CMYK Percentages of Color #090dae

%95
%93
%0
%32

Triadic Colors of #090dae

#090dae #ae090d #0dae09

Analogous Colors of #090dae

#090dae #5809ae #095fae

Monochromatic Colors of #090dae

#090dae

Complementary Color

#090dae #aeaa09

#090dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#090dae Color CSS Codes

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

#090dae Text Font Color

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

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


#090dae Background Color

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

This div background color is #090dae


#090dae Border Color

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

This div border color is #090dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090dae


Comments

No comments written yet.

Please login to write comment.