Color Hex Logo

#096fcd Color Hex

#096FCD
(9,111,205)
0 Favorites   0 Comments

Color spaces of #096fcd

RGB 9111205
HSL0.580.920.42
HSV209°96°80°
CMYK 0.960.460.00   0.20
XYZ16.816515.834759.9277
Yxy15.83470.18160.1710
Hunter Lab39.79285.7968-61.4353
CIE-Lab46.756910.1919-55.7011

#096fcd color RGB value is (9,111,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101111 11001101
Octal 11 157 315
Decimal 9 111 205
Hex 9 6F CD

RGB Percentages of Color #096fcd

%2.77
%34.15
%63.08

CMYK Percentages of Color #096fcd

%96
%46
%0
%20

Triadic Colors of #096fcd

#096fcd #cd096f #6fcd09

Analogous Colors of #096fcd

#096fcd #090dcd #09cdc9

Monochromatic Colors of #096fcd

#096fcd

Complementary Color

#096fcd #cd6709

#096fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#096fcd Color CSS Codes

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

#096fcd Text Font Color

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

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


#096fcd Background Color

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

This div background color is #096fcd


#096fcd Border Color

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

This div border color is #096fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096fcd


Comments

No comments written yet.

Please login to write comment.