Color Hex Logo

#197fcc Color Hex

#197FCC
(25,127,204)
0 Favorites   0 Comments

Color spaces of #197fcc

RGB 25127204
HSL0.570.780.45
HSV206°88°80°
CMYK 0.880.380.00   0.20
XYZ18.889419.745159.9423
Yxy19.74510.19160.2003
Hunter Lab44.4355-1.8822-48.8759
CIE-Lab51.54780.6310-47.4542

#197fcc color RGB value is (25,127,204).

#197fcc hex color red value is 25, green value is 127 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #197fcc hue: 0.57 , saturation: 0.78 and the lightness value of 197fcc is 0.45.

The process color (four color CMYK) of #197fcc color hex is 0.88, 0.38, 0.00, 0.20. Web safe color of #197fcc is #0066cc. Color #197fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111111 11001100
Octal 31 177 314
Decimal 25 127 204
Hex 19 7F CC

RGB Percentages of Color #197fcc

%7.02
%35.67
%57.30

CMYK Percentages of Color #197fcc

%88
%38
%0
%20

Triadic Colors of #197fcc

#197fcc #cc197f #7fcc19

Analogous Colors of #197fcc

#197fcc #1926cc #19ccc0

Monochromatic Colors of #197fcc

#197fcc

Complementary Color

#197fcc #cc6619

#197fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#197fcc Color CSS Codes

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

#197fcc Text Font Color

<p style="color:#197fcc">Text here</p>

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


#197fcc Background Color

<div style="background-color:#197fcc">
Div content here</div>

This div background color is #197fcc


#197fcc Border Color

<div style="border:3px solid #197fcc">
Div here</div>

This div border color is #197fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,127,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #197fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #197fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #197fcc;
  box-shadow:         1px 1px 3px 2px #197fcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,127,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 #197fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197fcc


Comments

No comments written yet.

Please login to write comment.