Color Hex Logo

#096ece Color Hex

#096ECE
(9,110,206)
0 Favorites   0 Comments

Color spaces of #096ece

RGB 9110206
HSL0.580.920.42
HSV209°96°81°
CMYK 0.960.470.00   0.19
XYZ16.829215.666260.5294
Yxy15.66620.18090.1684
Hunter Lab39.58066.6302-62.9641
CIE-Lab46.533511.2255-56.6330

#096ece color RGB value is (9,110,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101110 11001110
Octal 11 156 316
Decimal 9 110 206
Hex 9 6E CE

RGB Percentages of Color #096ece

%2.77
%33.85
%63.38

CMYK Percentages of Color #096ece

%96
%47
%0
%19

Triadic Colors of #096ece

#096ece #ce096e #6ece09

Analogous Colors of #096ece

#096ece #090bce #09cecc

Monochromatic Colors of #096ece

#096ece

Complementary Color

#096ece #ce6909

#096ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#096ece Color CSS Codes

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

#096ece Text Font Color

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

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


#096ece Background Color

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

This div background color is #096ece


#096ece Border Color

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

This div border color is #096ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096ece


Comments

No comments written yet.

Please login to write comment.