Color Hex Logo

#097cda Color Hex

#097CDA
(9,124,218)
0 Favorites   0 Comments

Color spaces of #097cda

RGB 9124218
HSL0.570.920.45
HSV207°96°85°
CMYK 0.960.430.00   0.15
XYZ19.975219.535369.0476
Yxy19.53530.18400.1800
Hunter Lab44.19883.3235-61.6841
CIE-Lab51.30777.1528-55.7798

#097cda color RGB value is (9,124,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111100 11011010
Octal 11 174 332
Decimal 9 124 218
Hex 9 7C DA

RGB Percentages of Color #097cda

%2.56
%35.33
%62.11

CMYK Percentages of Color #097cda

%96
%43
%0
%15

Triadic Colors of #097cda

#097cda #da097c #7cda09

Analogous Colors of #097cda

#097cda #0914da #09dad0

Monochromatic Colors of #097cda

#097cda

Complementary Color

#097cda #da6709

#097cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#097cda Color CSS Codes

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

#097cda Text Font Color

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

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


#097cda Background Color

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

This div background color is #097cda


#097cda Border Color

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

This div border color is #097cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097cda


Comments

No comments written yet.

Please login to write comment.