Color Hex Logo

#096ebf Color Hex

#096EBF
(9,110,191)
0 Favorites   0 Comments

Color spaces of #096ebf

RGB 9110191
HSL0.570.910.39
HSV207°95°75°
CMYK 0.950.420.00   0.25
XYZ15.092614.971551.3845
Yxy14.97150.18530.1838
Hunter Lab38.69301.9129-51.6523
CIE-Lab45.59515.2600-49.5130

#096ebf color RGB value is (9,110,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101110 10111111
Octal 11 156 277
Decimal 9 110 191
Hex 9 6E BF

RGB Percentages of Color #096ebf

%2.90
%35.48
%61.61

CMYK Percentages of Color #096ebf

%95
%42
%0
%25

Triadic Colors of #096ebf

#096ebf #bf096e #6ebf09

Analogous Colors of #096ebf

#096ebf #0913bf #09bfb5

Monochromatic Colors of #096ebf

#096ebf

Complementary Color

#096ebf #bf5a09

#096ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#096ebf Color CSS Codes

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

#096ebf Text Font Color

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

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


#096ebf Background Color

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

This div background color is #096ebf


#096ebf Border Color

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

This div border color is #096ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096ebf


Comments

No comments written yet.

Please login to write comment.