Color Hex Logo

#097ade Color Hex

#097ADE
(9,122,222)
0 Favorites   0 Comments

Color spaces of #097ade

RGB 9122222
HSL0.580.920.45
HSV208°96°87°
CMYK 0.960.450.00   0.13
XYZ20.257019.251171.7554
Yxy19.25110.18210.1730
Hunter Lab43.87615.6279-66.2502
CIE-Lab50.97979.9580-58.5627

#097ade color RGB value is (9,122,222).

#097ade hex color red value is 9, green value is 122 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #097ade hue: 0.58 , saturation: 0.92 and the lightness value of 097ade is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111010 11011110
Octal 11 172 336
Decimal 9 122 222
Hex 9 7A DE

RGB Percentages of Color #097ade

%2.55
%34.56
%62.89

CMYK Percentages of Color #097ade

%96
%45
%0
%13

Triadic Colors of #097ade

#097ade #de097a #7ade09

Analogous Colors of #097ade

#097ade #090fde #09ded8

Monochromatic Colors of #097ade

#097ade

Complementary Color

#097ade #de6d09

#097ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#097ade Color CSS Codes

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

#097ade Text Font Color

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

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


#097ade Background Color

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

This div background color is #097ade


#097ade Border Color

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

This div border color is #097ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097ade


Comments

No comments written yet.

Please login to write comment.