Color Hex Logo

#197daa Color Hex

#197DAA
(25,125,170)
0 Favorites   0 Comments

Color spaces of #197daa

RGB 25125170
HSL0.550.740.38
HSV199°85°67°
CMYK 0.850.260.00   0.33
XYZ14.990217.776240.6713
Yxy17.77620.20410.2421
Hunter Lab42.1618-10.3194-27.6807
CIE-Lab49.2235-10.9933-31.5822

#197daa color RGB value is (25,125,170).

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

The process color (four color CMYK) of #197daa color hex is 0.85, 0.26, 0.00, 0.33. Web safe color of #197daa is #006699. Color #197daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111101 10101010
Octal 31 175 252
Decimal 25 125 170
Hex 19 7D AA

RGB Percentages of Color #197daa

%7.81
%39.06
%53.13

CMYK Percentages of Color #197daa

%85
%26
%0
%33

Triadic Colors of #197daa

#197daa #aa197d #7daa19

Analogous Colors of #197daa

#197daa #1934aa #19aa8f

Monochromatic Colors of #197daa

#197daa

Complementary Color

#197daa #aa4619

#197daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#197daa Color CSS Codes

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

#197daa Text Font Color

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

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


#197daa Background Color

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

This div background color is #197daa


#197daa Border Color

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

This div border color is #197daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197daa


Comments

No comments written yet.

Please login to write comment.