Color Hex Logo

#097abc Color Hex

#097ABC
(9,122,188)
0 Favorites   0 Comments

Color spaces of #097abc

RGB 9122188
HSL0.560.910.39
HSV202°95°74°
CMYK 0.950.350.00   0.26
XYZ16.149317.608050.1245
Yxy17.60800.19250.2099
Hunter Lab41.9619-4.7364-41.4500
CIE-Lab49.0172-3.3131-42.3297

#097abc color RGB value is (9,122,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111010 10111100
Octal 11 172 274
Decimal 9 122 188
Hex 9 7A BC

RGB Percentages of Color #097abc

%2.82
%38.24
%58.93

CMYK Percentages of Color #097abc

%95
%35
%0
%26

Triadic Colors of #097abc

#097abc #bc097a #7abc09

Analogous Colors of #097abc

#097abc #0921bc #09bca5

Monochromatic Colors of #097abc

#097abc

Complementary Color

#097abc #bc4b09

#097abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#097abc Color CSS Codes

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

#097abc Text Font Color

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

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


#097abc Background Color

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

This div background color is #097abc


#097abc Border Color

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

This div border color is #097abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097abc


Comments

No comments written yet.

Please login to write comment.