Color Hex Logo

#097ecf Color Hex

#097ECF
(9,126,207)
0 Favorites   0 Comments

Color spaces of #097ecf

RGB 9126207
HSL0.570.920.42
HSV205°96°81°
CMYK 0.960.390.00   0.19
XYZ18.836019.484861.7997
Yxy19.48480.18810.1946
Hunter Lab44.1416-1.0787-52.1089
CIE-Lab51.24961.6408-49.6441

#097ecf color RGB value is (9,126,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111110 11001111
Octal 11 176 317
Decimal 9 126 207
Hex 9 7E CF

RGB Percentages of Color #097ecf

%2.63
%36.84
%60.53

CMYK Percentages of Color #097ecf

%96
%39
%0
%19

Triadic Colors of #097ecf

#097ecf #cf097e #7ecf09

Analogous Colors of #097ecf

#097ecf #091bcf #09cfbd

Monochromatic Colors of #097ecf

#097ecf

Complementary Color

#097ecf #cf5a09

#097ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#097ecf Color CSS Codes

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

#097ecf Text Font Color

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

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


#097ecf Background Color

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

This div background color is #097ecf


#097ecf Border Color

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

This div border color is #097ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097ecf


Comments

No comments written yet.

Please login to write comment.