Color Hex Logo

#090ccc Color Hex

#090CCC
(9,12,204)
0 Favorites   0 Comments

Color spaces of #090ccc

RGB 912204
HSL0.660.920.42
HSV239°96°80°
CMYK 0.960.940.00   0.20
XYZ11.14324.680757.4429
Yxy4.68070.15210.0639
Hunter Lab21.634954.0764-142.2765
CIE-Lab25.805064.5210-89.5276

#090ccc color RGB value is (9,12,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 00001100 11001100
Octal 11 14 314
Decimal 9 12 204
Hex 9 C CC

RGB Percentages of Color #090ccc

%4.00
%5.33
%90.67

CMYK Percentages of Color #090ccc

%96
%94
%0
%20

Triadic Colors of #090ccc

#090ccc #cc090c #0ccc09

Analogous Colors of #090ccc

#090ccc #6809cc #096ecc

Monochromatic Colors of #090ccc

#090ccc

Complementary Color

#090ccc #ccc909

#090ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#090ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#090ccc Color CSS Codes

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

#090ccc Text Font Color

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

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


#090ccc Background Color

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

This div background color is #090ccc


#090ccc Border Color

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

This div border color is #090ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #090ccc


Comments

No comments written yet.

Please login to write comment.