Color Hex Logo

#096fff Color Hex

#096FFF
(9,111,255)
0 Favorites   0 Comments

Color spaces of #096fff

RGB 9111255
HSL0.601.000.52
HSV215°96°100°
CMYK 0.960.560.00   0.00
XYZ23.847118.647096.9501
Yxy18.64700.17100.1337
Hunter Lab43.182223.0068-102.8869
CIE-Lab50.271629.7034-78.1479

#096fff color RGB value is (9,111,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101111 11111111
Octal 11 157 377
Decimal 9 111 255
Hex 9 6F FF

RGB Percentages of Color #096fff

%2.40
%29.60
%68.00

CMYK Percentages of Color #096fff

%96
%56
%0
%0

Triadic Colors of #096fff

#096fff #ff096f #6fff09

Analogous Colors of #096fff

#096fff #1e09ff #09eaff

Monochromatic Colors of #096fff

#096fff

Complementary Color

#096fff #ff9909

#096fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#096fff Color CSS Codes

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

#096fff Text Font Color

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

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


#096fff Background Color

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

This div background color is #096fff


#096fff Border Color

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

This div border color is #096fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096fff

Related Colors


Comments

No comments written yet.

Please login to write comment.