Color Hex Logo

#097fef Color Hex

#097FEF
(9,127,239)
0 Favorites   0 Comments

Color spaces of #097fef

RGB 9127239
HSL0.580.930.49
HSV209°96°94°
CMYK 0.960.470.00   0.06
XYZ23.282021.468884.5782
Yxy21.46880.18000.1660
Hunter Lab46.33448.6069-75.7930
CIE-Lab53.458813.4547-64.0931

#097fef color RGB value is (9,127,239).

#097fef hex color red value is 9, green value is 127 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #097fef hue: 0.58 , saturation: 0.93 and the lightness value of 097fef is 0.49.

The process color (four color CMYK) of #097fef color hex is 0.96, 0.47, 0.00, 0.06. Web safe color of #097fef is #0066ff. Color #097fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111111 11101111
Octal 11 177 357
Decimal 9 127 239
Hex 9 7F EF

RGB Percentages of Color #097fef

%2.40
%33.87
%63.73

CMYK Percentages of Color #097fef

%96
%47
%0
%6

Triadic Colors of #097fef

#097fef #ef097f #7fef09

Analogous Colors of #097fef

#097fef #090cef #09efec

Monochromatic Colors of #097fef

#097fef

Complementary Color

#097fef #ef7909

#097fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#097fef Color CSS Codes

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

#097fef Text Font Color

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

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


#097fef Background Color

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

This div background color is #097fef


#097fef Border Color

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

This div border color is #097fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097fef


Comments

No comments written yet.

Please login to write comment.