Color Hex Logo

#195ccc Color Hex

#195CCC
(25,92,204)
0 Favorites   0 Comments

Color spaces of #195ccc

RGB 2592204
HSL0.600.780.45
HSV218°88°80°
CMYK 0.880.550.00   0.20
XYZ15.127112.220658.6883
Yxy12.22060.17580.1420
Hunter Lab34.958016.0645-75.0669
CIE-Lab41.564622.8392-63.5155

#195ccc color RGB value is (25,92,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011100 11001100
Octal 31 134 314
Decimal 25 92 204
Hex 19 5C CC

RGB Percentages of Color #195ccc

%7.79
%28.66
%63.55

CMYK Percentages of Color #195ccc

%88
%55
%0
%20

Triadic Colors of #195ccc

#195ccc #cc195c #5ccc19

Analogous Colors of #195ccc

#195ccc #3019cc #19b6cc

Monochromatic Colors of #195ccc

#195ccc

Complementary Color

#195ccc #cc8919

#195ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#195ccc Color CSS Codes

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

#195ccc Text Font Color

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

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


#195ccc Background Color

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

This div background color is #195ccc


#195ccc Border Color

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

This div border color is #195ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195ccc


Comments

No comments written yet.

Please login to write comment.