color codes Logo

#197adc color codes

#197ADC
(25,122,220)
0 Favorites   0 Comments

Color spaces of #197adc

RGB 25122220
HSL0.580.800.48
HSV210°89°86°
CMYK 0.890.450.00   0.14
XYZ20.278719.293070.3653
Yxy19.29300.18450.1755
Hunter Lab43.92385.5431-64.2351
CIE-Lab51.02839.8553-57.3478

#197adc color RGB value is (25,122,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01111010 11011100
Octal 31 172 334
Decimal 25 122 220
Hex 19 7A DC

RGB Percentages of Color #197adc

%6.81
%33.24
%59.95

CMYK Percentages of Color #197adc

%89
%45
%0
%14

Triadic Colors of #197adc

#197adc #dc197a #7adc19

Analogous Colors of #197adc

#197adc #1a19dc #19dcdc

Monochromatic Colors of #197adc

#197adc

Complementary Color

#197adc #dc7b19

#197adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#197adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#197adc Color CSS Codes

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

#197adc Text Font Color

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

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


#197adc Background Color

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

This div background color is #197adc


#197adc Border Color

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

This div border color is #197adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #197adc


Comments

No comments written yet.

Please login to write comment.