Color Hex Logo

#096dcd Color Hex

#096DCD
(9,109,205)
0 Favorites   0 Comments

Color spaces of #096dcd

RGB 9109205
HSL0.580.920.42
HSV209°96°80°
CMYK 0.960.470.00   0.20
XYZ16.600715.403159.8558
Yxy15.40310.18070.1677
Hunter Lab39.24686.8205-62.9512
CIE-Lab46.181411.4664-56.6277

#096dcd color RGB value is (9,109,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101101 11001101
Octal 11 155 315
Decimal 9 109 205
Hex 9 6D CD

RGB Percentages of Color #096dcd

%2.79
%33.75
%63.47

CMYK Percentages of Color #096dcd

%96
%47
%0
%20

Triadic Colors of #096dcd

#096dcd #cd096d #6dcd09

Analogous Colors of #096dcd

#096dcd #090bcd #09cdcb

Monochromatic Colors of #096dcd

#096dcd

Complementary Color

#096dcd #cd6909

#096dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#096dcd Color CSS Codes

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

#096dcd Text Font Color

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

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


#096dcd Background Color

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

This div background color is #096dcd


#096dcd Border Color

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

This div border color is #096dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096dcd


Comments

No comments written yet.

Please login to write comment.