Color Hex Logo

#194ccd Color Hex

#194CCD
(25,76,205)
0 Favorites   0 Comments

Color spaces of #194ccd

RGB 2576205
HSL0.620.780.45
HSV223°88°80°
CMYK 0.880.630.00   0.20
XYZ14.00489.783358.9078
Yxy9.78330.16940.1183
Hunter Lab31.278325.1862-89.7688
CIE-Lab37.450733.6977-70.8111

#194ccd color RGB value is (25,76,205).

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

The process color (four color CMYK) of #194ccd color hex is 0.88, 0.63, 0.00, 0.20. Web safe color of #194ccd is #0033cc. Color #194ccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001100 11001101
Octal 31 114 315
Decimal 25 76 205
Hex 19 4C CD

RGB Percentages of Color #194ccd

%8.17
%24.84
%66.99

CMYK Percentages of Color #194ccd

%88
%63
%0
%20

Triadic Colors of #194ccd

#194ccd #cd194c #4ccd19

Analogous Colors of #194ccd

#194ccd #4019cd #19a6cd

Monochromatic Colors of #194ccd

#194ccd

Complementary Color

#194ccd #cd9a19

#194ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#194ccd Color CSS Codes

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

#194ccd Text Font Color

<p style="color:#194ccd">Text here</p>

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


#194ccd Background Color

<div style="background-color:#194ccd">
Div content here</div>

This div background color is #194ccd


#194ccd Border Color

<div style="border:3px solid #194ccd">
Div here</div>

This div border color is #194ccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,76,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 #194ccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194ccd


Comments

No comments written yet.

Please login to write comment.