Color Hex Logo

#194acc Color Hex

#194ACC
(25,74,204)
0 Favorites   0 Comments

Color spaces of #194acc

RGB 2574204
HSL0.620.780.45
HSV224°88°80°
CMYK 0.880.640.00   0.20
XYZ13.74889.463958.2288
Yxy9.46390.16880.1162
Hunter Lab30.763525.9392-90.6892
CIE-Lab36.862534.6137-71.1966

#194acc color RGB value is (25,74,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01001010 11001100
Octal 31 112 314
Decimal 25 74 204
Hex 19 4A CC

RGB Percentages of Color #194acc

%8.25
%24.42
%67.33

CMYK Percentages of Color #194acc

%88
%64
%0
%20

Triadic Colors of #194acc

#194acc #cc194a #4acc19

Analogous Colors of #194acc

#194acc #4119cc #19a4cc

Monochromatic Colors of #194acc

#194acc

Complementary Color

#194acc #cc9b19

#194acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#194acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#194acc Color CSS Codes

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

#194acc Text Font Color

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

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


#194acc Background Color

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

This div background color is #194acc


#194acc Border Color

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

This div border color is #194acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #194acc


Comments

No comments written yet.

Please login to write comment.