Color Hex Logo

#197acd Color Hex

#197ACD
(25,122,205)
0 Favorites   0 Comments

Color spaces of #197acd

RGB 25122205
HSL0.580.780.45
HSV208°88°80°
CMYK 0.880.400.00   0.20
XYZ18.379918.533560.3662
Yxy18.53350.18890.1905
Hunter Lab43.05060.8699-53.0020
CIE-Lab50.13694.0650-50.2723

#197acd color RGB value is (25,122,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111010 11001101
Octal 31 172 315
Decimal 25 122 205
Hex 19 7A CD

RGB Percentages of Color #197acd

%7.10
%34.66
%58.24

CMYK Percentages of Color #197acd

%88
%40
%0
%20

Triadic Colors of #197acd

#197acd #cd197a #7acd19

Analogous Colors of #197acd

#197acd #1920cd #19cdc6

Monochromatic Colors of #197acd

#197acd

Complementary Color

#197acd #cd6c19

#197acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#197acd Color CSS Codes

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

#197acd Text Font Color

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

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


#197acd Background Color

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

This div background color is #197acd


#197acd Border Color

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

This div border color is #197acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197acd


Comments

No comments written yet.

Please login to write comment.