color codes Logo

#097cbe color codes

#097CBE
(9,124,190)
0 Favorites   0 Comments

Color spaces of #097cbe

RGB 9124190
HSL0.560.910.39
HSV202°95°75°
CMYK 0.950.350.00   0.25
XYZ16.614618.191151.3507
Yxy18.19110.19280.2111
Hunter Lab42.6510-5.1051-41.5279
CIE-Lab49.7271-3.7386-42.3548

#097cbe color RGB value is (9,124,190).

#097cbe hex color red value is 9, green value is 124 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #097cbe hue: 0.56 , saturation: 0.91 and the lightness value of 097cbe is 0.39.

The process color (four color CMYK) of #097cbe color code is 0.95, 0.35, 0.00, 0.25. Web safe color of #097cbe is #0066cc. Color #097cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111100 10111110
Octal 11 174 276
Decimal 9 124 190
Hex 9 7C BE

RGB Percentages of Color #097cbe

%2.79
%38.39
%58.82

CMYK Percentages of Color #097cbe

%95
%35
%0
%25

Triadic Colors of #097cbe

#097cbe #be097c #7cbe09

Analogous Colors of #097cbe

#097cbe #0922be #09bea6

Monochromatic Colors of #097cbe

#097cbe

Complementary Color

#097cbe #be4b09

#097cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#097cbe Color CSS Codes

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

#097cbe Text Font Color

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

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


#097cbe Background Color

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

This div background color is #097cbe


#097cbe Border Color

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

This div border color is #097cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097cbe


Comments

No comments written yet.

Please login to write comment.