Color Hex Logo

#195ebe Color Hex

#195EBE
(25,94,190)
0 Favorites   0 Comments

Color spaces of #195ebe

RGB 2594190
HSL0.600.770.42
HSV215°87°75°
CMYK 0.870.510.00   0.25
XYZ13.697911.929850.2959
Yxy11.92980.18040.1571
Hunter Lab34.539510.3464-62.1594
CIE-Lab41.104316.0058-56.1483

#195ebe color RGB value is (25,94,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011110 10111110
Octal 31 136 276
Decimal 25 94 190
Hex 19 5E BE

RGB Percentages of Color #195ebe

%8.09
%30.42
%61.49

CMYK Percentages of Color #195ebe

%87
%51
%0
%25

Triadic Colors of #195ebe

#195ebe #be195e #5ebe19

Analogous Colors of #195ebe

#195ebe #2719be #19b1be

Monochromatic Colors of #195ebe

#195ebe

Complementary Color

#195ebe #be7919

#195ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#195ebe Color CSS Codes

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

#195ebe Text Font Color

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

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


#195ebe Background Color

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

This div background color is #195ebe


#195ebe Border Color

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

This div border color is #195ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195ebe


Comments

No comments written yet.

Please login to write comment.