Color Hex Logo

#1197cd Color Hex

#1197CD
(17,151,205)
0 Favorites   0 Comments

Color spaces of #1197cd

RGB 17151205
HSL0.550.850.44
HSV197°92°80°
CMYK 0.920.260.00   0.20
XYZ22.317226.660261.7273
Yxy26.66020.20160.2408
Hunter Lab51.6335-13.2068-34.7371
CIE-Lab58.6585-13.3403-36.8056

#1197cd color RGB value is (17,151,205).

#1197cd hex color red value is 17, green value is 151 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1197cd hue: 0.55 , saturation: 0.85 and the lightness value of 1197cd is 0.44.

The process color (four color CMYK) of #1197cd color hex is 0.92, 0.26, 0.00, 0.20. Web safe color of #1197cd is #0099cc. Color #1197cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10010111 11001101
Octal 21 227 315
Decimal 17 151 205
Hex 11 97 CD

RGB Percentages of Color #1197cd

%4.56
%40.48
%54.96

CMYK Percentages of Color #1197cd

%92
%26
%0
%20

Triadic Colors of #1197cd

#1197cd #cd1197 #97cd11

Analogous Colors of #1197cd

#1197cd #1139cd #11cda5

Monochromatic Colors of #1197cd

#1197cd

Complementary Color

#1197cd #cd4711

#1197cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1197cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1197cd Color CSS Codes

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

#1197cd Text Font Color

<p style="color:#1197cd">Text here</p>

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


#1197cd Background Color

<div style="background-color:#1197cd">
Div content here</div>

This div background color is #1197cd


#1197cd Border Color

<div style="border:3px solid #1197cd">
Div here</div>

This div border color is #1197cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,151,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1197cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1197cd;
  -webkit-box-shadow: 1px 1px 3px 2px #1197cd;
  box-shadow:         1px 1px 3px 2px #1197cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,151,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1197cd


Comments

No comments written yet.

Please login to write comment.