Color Hex Logo

#195aca Color Hex

#195ACA
(25,90,202)
0 Favorites   0 Comments

Color spaces of #195aca

RGB 2590202
HSL0.610.780.45
HSV218°88°79°
CMYK 0.880.550.00   0.21
XYZ14.717711.783357.3758
Yxy11.78330.17550.1405
Hunter Lab34.326816.4604-75.0719
CIE-Lab40.869623.3679-63.4912

#195aca color RGB value is (25,90,202).

#195aca hex color red value is 25, green value is 90 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #195aca hue: 0.61 , saturation: 0.78 and the lightness value of 195aca is 0.45.

The process color (four color CMYK) of #195aca color hex is 0.88, 0.55, 0.00, 0.21. Web safe color of #195aca is #0066cc. Color #195aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011010 11001010
Octal 31 132 312
Decimal 25 90 202
Hex 19 5A CA

RGB Percentages of Color #195aca

%7.89
%28.39
%63.72

CMYK Percentages of Color #195aca

%88
%55
%0
%21

Triadic Colors of #195aca

#195aca #ca195a #5aca19

Analogous Colors of #195aca

#195aca #3119ca #19b3ca

Monochromatic Colors of #195aca

#195aca

Complementary Color

#195aca #ca8919

#195aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#195aca Color CSS Codes

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

#195aca Text Font Color

<p style="color:#195aca">Text here</p>

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


#195aca Background Color

<div style="background-color:#195aca">
Div content here</div>

This div background color is #195aca


#195aca Border Color

<div style="border:3px solid #195aca">
Div here</div>

This div border color is #195aca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,90,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #195aca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #195aca;
  -webkit-box-shadow: 1px 1px 3px 2px #195aca;
  box-shadow:         1px 1px 3px 2px #195aca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195aca


Comments

No comments written yet.

Please login to write comment.