color codes Logo

#096ecf color codes

#096ECF
(9,110,207)
0 Favorites   0 Comments

Color spaces of #096ecf

RGB 9110207
HSL0.580.920.42
HSV209°96°81°
CMYK 0.960.470.00   0.19
XYZ16.951115.714961.1714
Yxy15.71490.18060.1675
Hunter Lab39.64206.9538-63.7407
CIE-Lab46.598211.6228-57.1008

#096ecf color RGB value is (9,110,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101110 11001111
Octal 11 156 317
Decimal 9 110 207
Hex 9 6E CF

RGB Percentages of Color #096ecf

%2.76
%33.74
%63.50

CMYK Percentages of Color #096ecf

%96
%47
%0
%19

Triadic Colors of #096ecf

#096ecf #cf096e #6ecf09

Analogous Colors of #096ecf

#096ecf #090bcf #09cfcd

Monochromatic Colors of #096ecf

#096ecf

Complementary Color

#096ecf #cf6a09

#096ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#096ecf Color CSS Codes

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

#096ecf Text Font Color

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

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


#096ecf Background Color

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

This div background color is #096ecf


#096ecf Border Color

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

This div border color is #096ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096ecf


Comments

No comments written yet.

Please login to write comment.