Color Hex Logo

#097abb Color Hex

#097ABB
(9,122,187)
0 Favorites   0 Comments

Color spaces of #097abb

RGB 9122187
HSL0.560.910.38
HSV202°95°73°
CMYK 0.950.350.00   0.27
XYZ16.041817.565049.5586
Yxy17.56500.19290.2112
Hunter Lab41.9106-5.0205-40.7720
CIE-Lab48.9642-3.7007-41.8376

#097abb color RGB value is (9,122,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111010 10111011
Octal 11 172 273
Decimal 9 122 187
Hex 9 7A BB

RGB Percentages of Color #097abb

%2.83
%38.36
%58.81

CMYK Percentages of Color #097abb

%95
%35
%0
%27

Triadic Colors of #097abb

#097abb #bb097a #7abb09

Analogous Colors of #097abb

#097abb #0921bb #09bba3

Monochromatic Colors of #097abb

#097abb

Complementary Color

#097abb #bb4a09

#097abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#097abb Color CSS Codes

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

#097abb Text Font Color

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

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


#097abb Background Color

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

This div background color is #097abb


#097abb Border Color

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

This div border color is #097abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097abb


Comments

No comments written yet.

Please login to write comment.