Color Hex Logo

#195fef Color Hex

#195FEF
(25,95,239)
0 Favorites   0 Comments

Color spaces of #195fef

RGB 2595239
HSL0.610.870.52
HSV220°90°94°
CMYK 0.900.600.00   0.06
XYZ20.073114.623183.4259
Yxy14.62310.16990.1238
Hunter Lab38.240226.7783-102.5808
CIE-Lab45.113634.3364-77.6426

#195fef color RGB value is (25,95,239).

#195fef hex color red value is 25, green value is 95 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #195fef hue: 0.61 , saturation: 0.87 and the lightness value of 195fef is 0.52.

The process color (four color CMYK) of #195fef color hex is 0.90, 0.60, 0.00, 0.06. Web safe color of #195fef is #0066ff. Color #195fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 01011111 11101111
Octal 31 137 357
Decimal 25 95 239
Hex 19 5F EF

RGB Percentages of Color #195fef

%6.96
%26.46
%66.57

CMYK Percentages of Color #195fef

%90
%60
%0
%6

Triadic Colors of #195fef

#195fef #ef195f #5fef19

Analogous Colors of #195fef

#195fef #3e19ef #19caef

Monochromatic Colors of #195fef

#195fef

Complementary Color

#195fef #efa919

#195fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#195fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#195fef Color CSS Codes

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

#195fef Text Font Color

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

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


#195fef Background Color

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

This div background color is #195fef


#195fef Border Color

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

This div border color is #195fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #195fef


Comments

No comments written yet.

Please login to write comment.