Color Hex Logo

#197ade Color Hex

#197ADE
(25,122,222)
0 Favorites   0 Comments

Color spaces of #197ade

RGB 25122222
HSL0.580.800.48
HSV210°89°87°
CMYK 0.890.450.00   0.13
XYZ20.545319.399771.7689
Yxy19.39970.18390.1737
Hunter Lab44.04516.1843-65.7780
CIE-Lab51.151610.6272-58.2773

#197ade color RGB value is (25,122,222).

#197ade hex color red value is 25, green value is 122 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #197ade hue: 0.58 , saturation: 0.80 and the lightness value of 197ade is 0.48.

The process color (four color CMYK) of #197ade color hex is 0.89, 0.45, 0.00, 0.13. Web safe color of #197ade is #0066cc. Color #197ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111010 11011110
Octal 31 172 336
Decimal 25 122 222
Hex 19 7A DE

RGB Percentages of Color #197ade

%6.78
%33.06
%60.16

CMYK Percentages of Color #197ade

%89
%45
%0
%13

Triadic Colors of #197ade

#197ade #de197a #7ade19

Analogous Colors of #197ade

#197ade #1b19de #19ddde

Monochromatic Colors of #197ade

#197ade

Complementary Color

#197ade #de7d19

#197ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#197ade Color CSS Codes

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

#197ade Text Font Color

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

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


#197ade Background Color

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

This div background color is #197ade


#197ade Border Color

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

This div border color is #197ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197ade


Comments

No comments written yet.

Please login to write comment.