Color Hex Logo

#096ffd Color Hex

#096FFD
(9,111,253)
0 Favorites   0 Comments

Color spaces of #096ffd

RGB 9111253
HSL0.600.980.51
HSV215°96°99°
CMYK 0.960.560.00   0.01
XYZ23.526718.518895.2630
Yxy18.51880.17130.1349
Hunter Lab43.033522.2786-101.1266
CIE-Lab50.119428.9408-77.2877

#096ffd color RGB value is (9,111,253).

#096ffd hex color red value is 9, green value is 111 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #096ffd hue: 0.60 , saturation: 0.98 and the lightness value of 096ffd is 0.51.

The process color (four color CMYK) of #096ffd color hex is 0.96, 0.56, 0.00, 0.01. Web safe color of #096ffd is #0066ff. Color #096ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101111 11111101
Octal 11 157 375
Decimal 9 111 253
Hex 9 6F FD

RGB Percentages of Color #096ffd

%2.41
%29.76
%67.83

CMYK Percentages of Color #096ffd

%96
%56
%0
%1

Triadic Colors of #096ffd

#096ffd #fd096f #6ffd09

Analogous Colors of #096ffd

#096ffd #1d09fd #09e9fd

Monochromatic Colors of #096ffd

#096ffd

Complementary Color

#096ffd #fd9709

#096ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#096ffd Color CSS Codes

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

#096ffd Text Font Color

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

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


#096ffd Background Color

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

This div background color is #096ffd


#096ffd Border Color

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

This div border color is #096ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.