Color Hex Logo

#195acd Color Hex

#195ACD
(25,90,205)
0 Favorites   0 Comments

Color spaces of #195acd

RGB 2590205
HSL0.610.780.45
HSV218°88°80°
CMYK 0.880.560.00   0.20
XYZ15.076511.926859.2651
Yxy11.92680.17480.1383
Hunter Lab34.535217.4884-77.5716
CIE-Lab41.099524.5413-64.8488

#195acd color RGB value is (25,90,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011010 11001101
Octal 31 132 315
Decimal 25 90 205
Hex 19 5A CD

RGB Percentages of Color #195acd

%7.81
%28.13
%64.06

CMYK Percentages of Color #195acd

%88
%56
%0
%20

Triadic Colors of #195acd

#195acd #cd195a #5acd19

Analogous Colors of #195acd

#195acd #3219cd #19b4cd

Monochromatic Colors of #195acd

#195acd

Complementary Color

#195acd #cd8c19

#195acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#195acd Color CSS Codes

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

#195acd Text Font Color

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

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


#195acd Background Color

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

This div background color is #195acd


#195acd Border Color

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

This div border color is #195acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195acd


Comments

No comments written yet.

Please login to write comment.