Color Hex Logo

#193cae Color Hex

#193CAE
(25,60,174)
0 Favorites   0 Comments

Color spaces of #193cae

RGB 2560174
HSL0.630.750.39
HSV226°86°68°
CMYK 0.860.660.00   0.32
XYZ9.65676.494440.7890
Yxy6.49440.16960.1141
Hunter Lab25.484123.0418-77.0587
CIE-Lab30.627032.3315-63.7839

#193cae color RGB value is (25,60,174).

#193cae hex color red value is 25, green value is 60 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #193cae hue: 0.63 , saturation: 0.75 and the lightness value of 193cae is 0.39.

The process color (four color CMYK) of #193cae color hex is 0.86, 0.66, 0.00, 0.32. Web safe color of #193cae is #003399. Color #193cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 00111100 10101110
Octal 31 74 256
Decimal 25 60 174
Hex 19 3C AE

RGB Percentages of Color #193cae

%9.65
%23.17
%67.18

CMYK Percentages of Color #193cae

%86
%66
%0
%32

Triadic Colors of #193cae

#193cae #ae193c #3cae19

Analogous Colors of #193cae

#193cae #4119ae #1987ae

Monochromatic Colors of #193cae

#193cae

Complementary Color

#193cae #ae8b19

#193cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#193cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#193cae Color CSS Codes

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

#193cae Text Font Color

<p style="color:#193cae">Text here</p>

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


#193cae Background Color

<div style="background-color:#193cae">
Div content here</div>

This div background color is #193cae


#193cae Border Color

<div style="border:3px solid #193cae">
Div here</div>

This div border color is #193cae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,60,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #193cae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #193cae;
  -webkit-box-shadow: 1px 1px 3px 2px #193cae;
  box-shadow:         1px 1px 3px 2px #193cae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #193cae


Comments

No comments written yet.

Please login to write comment.