Color Hex Logo

#197fec Color Hex

#197FEC
(25,127,236)
0 Favorites   0 Comments

Color spaces of #197fec

RGB 25127236
HSL0.590.850.51
HSV211°89°93°
CMYK 0.890.460.00   0.07
XYZ23.130621.441582.2764
Yxy21.44150.18230.1690
Hunter Lab46.30508.1319-72.9352
CIE-Lab53.429312.9020-62.4607

#197fec color RGB value is (25,127,236).

#197fec hex color red value is 25, green value is 127 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #197fec hue: 0.59 , saturation: 0.85 and the lightness value of 197fec is 0.51.

The process color (four color CMYK) of #197fec color hex is 0.89, 0.46, 0.00, 0.07. Web safe color of #197fec is #0066ff. Color #197fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111111 11101100
Octal 31 177 354
Decimal 25 127 236
Hex 19 7F EC

RGB Percentages of Color #197fec

%6.44
%32.73
%60.82

CMYK Percentages of Color #197fec

%89
%46
%0
%7

Triadic Colors of #197fec

#197fec #ec197f #7fec19

Analogous Colors of #197fec

#197fec #1d19ec #19e9ec

Monochromatic Colors of #197fec

#197fec

Complementary Color

#197fec #ec8619

#197fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#197fec Color CSS Codes

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

#197fec Text Font Color

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

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


#197fec Background Color

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

This div background color is #197fec


#197fec Border Color

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

This div border color is #197fec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,127,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197fec


Comments

No comments written yet.

Please login to write comment.