Color Hex Logo

#197abe Color Hex

#197ABE
(25,122,190)
0 Favorites   0 Comments

Color spaces of #197abe

RGB 25122190
HSL0.570.770.42
HSV205°87°75°
CMYK 0.870.360.00   0.25
XYZ16.654717.843451.2815
Yxy17.84340.19420.2080
Hunter Lab42.2414-3.5446-42.4096
CIE-Lab49.3056-1.6972-43.0115

#197abe color RGB value is (25,122,190).

#197abe hex color red value is 25, green value is 122 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #197abe hue: 0.57 , saturation: 0.77 and the lightness value of 197abe is 0.42.

The process color (four color CMYK) of #197abe color hex is 0.87, 0.36, 0.00, 0.25. Web safe color of #197abe is #0066cc. Color #197abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111010 10111110
Octal 31 172 276
Decimal 25 122 190
Hex 19 7A BE

RGB Percentages of Color #197abe

%7.42
%36.20
%56.38

CMYK Percentages of Color #197abe

%87
%36
%0
%25

Triadic Colors of #197abe

#197abe #be197a #7abe19

Analogous Colors of #197abe

#197abe #1928be #19beb0

Monochromatic Colors of #197abe

#197abe

Complementary Color

#197abe #be5d19

#197abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#197abe Color CSS Codes

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

#197abe Text Font Color

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

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


#197abe Background Color

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

This div background color is #197abe


#197abe Border Color

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

This div border color is #197abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197abe


Comments

No comments written yet.

Please login to write comment.