Color Hex Logo

#197ac9 Color Hex

#197AC9
(25,122,201)
0 Favorites   0 Comments

Color spaces of #197ac9

RGB 25122201
HSL0.570.780.44
HSV207°88°79°
CMYK 0.880.390.00   0.21
XYZ17.903118.342857.8553
Yxy18.34280.19030.1949
Hunter Lab42.8285-0.3336-50.1125
CIE-Lab49.90932.5240-48.3544

#197ac9 color RGB value is (25,122,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111010 11001001
Octal 31 172 311
Decimal 25 122 201
Hex 19 7A C9

RGB Percentages of Color #197ac9

%7.18
%35.06
%57.76

CMYK Percentages of Color #197ac9

%88
%39
%0
%21

Triadic Colors of #197ac9

#197ac9 #c9197a #7ac919

Analogous Colors of #197ac9

#197ac9 #1922c9 #19c9c0

Monochromatic Colors of #197ac9

#197ac9

Complementary Color

#197ac9 #c96819

#197ac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197ac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#197ac9 Color CSS Codes

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

#197ac9 Text Font Color

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

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


#197ac9 Background Color

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

This div background color is #197ac9


#197ac9 Border Color

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

This div border color is #197ac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197ac9


Comments

No comments written yet.

Please login to write comment.