Color Hex Logo

#096ace Color Hex

#096ACE
(9,106,206)
0 Favorites   0 Comments

Color spaces of #096ace

RGB 9106206
HSL0.580.920.42
HSV210°96°81°
CMYK 0.960.490.00   0.19
XYZ16.407314.822460.3888
Yxy14.82240.17910.1618
Hunter Lab38.49998.6957-66.0492
CIE-Lab45.390013.7882-58.4771

#096ace color RGB value is (9,106,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101010 11001110
Octal 11 152 316
Decimal 9 106 206
Hex 9 6A CE

RGB Percentages of Color #096ace

%2.80
%33.02
%64.17

CMYK Percentages of Color #096ace

%96
%49
%0
%19

Triadic Colors of #096ace

#096ace #ce096a #6ace09

Analogous Colors of #096ace

#096ace #0b09ce #09cdce

Monochromatic Colors of #096ace

#096ace

Complementary Color

#096ace #ce6d09

#096ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#096ace Color CSS Codes

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

#096ace Text Font Color

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

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


#096ace Background Color

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

This div background color is #096ace


#096ace Border Color

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

This div border color is #096ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,106,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 #096ace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096ace


Comments

No comments written yet.

Please login to write comment.