Color Hex Logo

#197da7 Color Hex

#197DA7
(25,125,167)
0 Favorites   0 Comments

Color spaces of #197da7

RGB 25125167
HSL0.550.740.38
HSV198°85°65°
CMYK 0.850.250.00   0.35
XYZ14.709617.663939.1934
Yxy17.66390.20550.2468
Hunter Lab42.0284-11.0763-25.8707
CIE-Lab49.0859-12.0963-30.0533

#197da7 color RGB value is (25,125,167).

#197da7 hex color red value is 25, green value is 125 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #197da7 hue: 0.55 , saturation: 0.74 and the lightness value of 197da7 is 0.38.

The process color (four color CMYK) of #197da7 color hex is 0.85, 0.25, 0.00, 0.35. Web safe color of #197da7 is #006699. Color #197da7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111101 10100111
Octal 31 175 247
Decimal 25 125 167
Hex 19 7D A7

RGB Percentages of Color #197da7

%7.89
%39.43
%52.68

CMYK Percentages of Color #197da7

%85
%25
%0
%35

Triadic Colors of #197da7

#197da7 #a7197d #7da719

Analogous Colors of #197da7

#197da7 #1936a7 #19a78a

Monochromatic Colors of #197da7

#197da7

Complementary Color

#197da7 #a74319

#197da7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197da7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#197da7 Color CSS Codes

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

#197da7 Text Font Color

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

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


#197da7 Background Color

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

This div background color is #197da7


#197da7 Border Color

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

This div border color is #197da7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197da7


Comments

No comments written yet.

Please login to write comment.