Color Hex Logo

#090aca Color Hex

#090ACA
(9,10,202)
0 Favorites   0 Comments

Color spaces of #090aca

RGB 910202
HSL0.670.910.41
HSV240°96°79°
CMYK 0.960.950.00   0.21
XYZ10.88194.539456.1798
Yxy4.53940.15200.0634
Hunter Lab21.305953.8830-141.4231
CIE-Lab25.380064.4248-89.0671

#090aca color RGB value is (9,10,202).

#090aca hex color red value is 9, green value is 10 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #090aca hue: 0.67 , saturation: 0.91 and the lightness value of 090aca is 0.41.

The process color (four color CMYK) of #090aca color hex is 0.96, 0.95, 0.00, 0.21. Web safe color of #090aca is #0000cc. Color #090aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001010 11001010
Octal 11 12 312
Decimal 9 10 202
Hex 9 A CA

RGB Percentages of Color #090aca

%4.07
%4.52
%91.40

CMYK Percentages of Color #090aca

%96
%95
%0
%21

Triadic Colors of #090aca

#090aca #ca090a #0aca09

Analogous Colors of #090aca

#090aca #6909ca #096bca

Monochromatic Colors of #090aca

#090aca

Complementary Color

#090aca #cac909

#090aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#090aca Color CSS Codes

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

#090aca Text Font Color

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

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


#090aca Background Color

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

This div background color is #090aca


#090aca Border Color

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

This div border color is #090aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090aca


Comments

No comments written yet.

Please login to write comment.