Color Hex Logo

#195ebc Color Hex

#195EBC
(25,94,188)
0 Favorites   0 Comments

Color spaces of #195ebc

RGB 2594188
HSL0.600.770.42
HSV215°87°74°
CMYK 0.870.500.00   0.26
XYZ13.480711.842949.1524
Yxy11.84290.18100.1590
Hunter Lab34.41359.6996-60.5937
CIE-Lab40.965315.2120-55.2073

#195ebc color RGB value is (25,94,188).

#195ebc hex color red value is 25, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #195ebc hue: 0.60 , saturation: 0.77 and the lightness value of 195ebc is 0.42.

The process color (four color CMYK) of #195ebc color hex is 0.87, 0.50, 0.00, 0.26. Web safe color of #195ebc is #0066cc. Color #195ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011110 10111100
Octal 31 136 274
Decimal 25 94 188
Hex 19 5E BC

RGB Percentages of Color #195ebc

%8.14
%30.62
%61.24

CMYK Percentages of Color #195ebc

%87
%50
%0
%26

Triadic Colors of #195ebc

#195ebc #bc195e #5ebc19

Analogous Colors of #195ebc

#195ebc #2519bc #19b0bc

Monochromatic Colors of #195ebc

#195ebc

Complementary Color

#195ebc #bc7719

#195ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#195ebc Color CSS Codes

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

#195ebc Text Font Color

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

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


#195ebc Background Color

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

This div background color is #195ebc


#195ebc Border Color

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

This div border color is #195ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195ebc


Comments

No comments written yet.

Please login to write comment.