color codes Logo

#097ccc color codes

#097CCC
(9,124,204)
0 Favorites   0 Comments

Color spaces of #097ccc

RGB 9124204
HSL0.570.920.42
HSV205°96°80°
CMYK 0.960.390.00   0.20
XYZ18.219418.833059.8016
Yxy18.83300.18810.1944
Hunter Lab43.3970-1.0050-51.3244
CIE-Lab50.49121.6935-49.1475

#097ccc color RGB value is (9,124,204).

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

The process color (four color CMYK) of #097ccc color code is 0.96, 0.39, 0.00, 0.20. Web safe color of #097ccc is #0066cc. Color #097ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111100 11001100
Octal 11 174 314
Decimal 9 124 204
Hex 9 7C CC

RGB Percentages of Color #097ccc

%2.67
%36.80
%60.53

CMYK Percentages of Color #097ccc

%96
%39
%0
%20

Triadic Colors of #097ccc

#097ccc #cc097c #7ccc09

Analogous Colors of #097ccc

#097ccc #091acc #09ccbb

Monochromatic Colors of #097ccc

#097ccc

Complementary Color

#097ccc #cc5909

#097ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#097ccc Color CSS Codes

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

#097ccc Text Font Color

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

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


#097ccc Background Color

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

This div background color is #097ccc


#097ccc Border Color

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

This div border color is #097ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097ccc


Comments

No comments written yet.

Please login to write comment.