color codes Logo

#096fcc color codes

#096FCC
(9,111,204)
0 Favorites   0 Comments

Color spaces of #096fcc

RGB 9111204
HSL0.580.920.42
HSV209°96°80°
CMYK 0.960.460.00   0.20
XYZ16.696215.786659.2939
Yxy15.78660.18190.1720
Hunter Lab39.73245.4771-60.6678
CIE-Lab46.69339.7952-55.2309

#096fcc color RGB value is (9,111,204).

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

The process color (four color CMYK) of #096fcc color code is 0.96, 0.46, 0.00, 0.20. Web safe color of #096fcc is #0066cc. Color #096fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101111 11001100
Octal 11 157 314
Decimal 9 111 204
Hex 9 6F CC

RGB Percentages of Color #096fcc

%2.78
%34.26
%62.96

CMYK Percentages of Color #096fcc

%96
%46
%0
%20

Triadic Colors of #096fcc

#096fcc #cc096f #6fcc09

Analogous Colors of #096fcc

#096fcc #090ecc #09ccc8

Monochromatic Colors of #096fcc

#096fcc

Complementary Color

#096fcc #cc6609

#096fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#096fcc Color CSS Codes

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

#096fcc Text Font Color

<p style="color:#096fcc">Text here</p>

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


#096fcc Background Color

<div style="background-color:#096fcc">
Div content here</div>

This div background color is #096fcc


#096fcc Border Color

<div style="border:3px solid #096fcc">
Div here</div>

This div border color is #096fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096fcc


Comments

No comments written yet.

Please login to write comment.