Color Hex Logo

#090cca Color Hex

#090CCA
(9,12,202)
0 Favorites   0 Comments

Color spaces of #090cca

RGB 912202
HSL0.660.910.41
HSV239°96°79°
CMYK 0.960.940.00   0.21
XYZ10.90484.585356.1874
Yxy4.58530.15210.0640
Hunter Lab21.413353.4284-140.5845
CIE-Lab25.519063.9958-88.8346

#090cca color RGB value is (9,12,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001100 11001010
Octal 11 14 312
Decimal 9 12 202
Hex 9 C CA

RGB Percentages of Color #090cca

%4.04
%5.38
%90.58

CMYK Percentages of Color #090cca

%96
%94
%0
%21

Triadic Colors of #090cca

#090cca #ca090c #0cca09

Analogous Colors of #090cca

#090cca #6709ca #096dca

Monochromatic Colors of #090cca

#090cca

Complementary Color

#090cca #cac709

#090cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#090cca Color CSS Codes

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

#090cca Text Font Color

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

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


#090cca Background Color

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

This div background color is #090cca


#090cca Border Color

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

This div border color is #090cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090cca


Comments

No comments written yet.

Please login to write comment.