Color Hex Logo

#096ebe Color Hex

#096EBE
(9,110,190)
0 Favorites   0 Comments

Color spaces of #096ebe

RGB 9110190
HSL0.570.910.39
HSV207°95°75°
CMYK 0.950.420.00   0.25
XYZ14.982914.927650.8068
Yxy14.92760.18560.1849
Hunter Lab38.63631.6078-50.9212
CIE-Lab45.53494.8622-49.0311

#096ebe color RGB value is (9,110,190).

#096ebe hex color red value is 9, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #096ebe hue: 0.57 , saturation: 0.91 and the lightness value of 096ebe is 0.39.

The process color (four color CMYK) of #096ebe color hex is 0.95, 0.42, 0.00, 0.25. Web safe color of #096ebe is #0066cc. Color #096ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101110 10111110
Octal 11 156 276
Decimal 9 110 190
Hex 9 6E BE

RGB Percentages of Color #096ebe

%2.91
%35.60
%61.49

CMYK Percentages of Color #096ebe

%95
%42
%0
%25

Triadic Colors of #096ebe

#096ebe #be096e #6ebe09

Analogous Colors of #096ebe

#096ebe #0914be #09beb4

Monochromatic Colors of #096ebe

#096ebe

Complementary Color

#096ebe #be5909

#096ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#096ebe Color CSS Codes

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

#096ebe Text Font Color

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

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


#096ebe Background Color

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

This div background color is #096ebe


#096ebe Border Color

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

This div border color is #096ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096ebe


Comments

No comments written yet.

Please login to write comment.