Color Hex Logo

#198fef Color Hex

#198FEF
(25,143,239)
0 Favorites   0 Comments

Color spaces of #198fef

RGB 25143239
HSL0.570.870.52
HSV207°90°94°
CMYK 0.900.400.00   0.06
XYZ25.803426.083685.3360
Yxy26.08360.18800.1901
Hunter Lab51.07210.8082-63.3167
CIE-Lab58.11634.2879-56.6103

#198fef color RGB value is (25,143,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001111 11101111
Octal 31 217 357
Decimal 25 143 239
Hex 19 8F EF

RGB Percentages of Color #198fef

%6.14
%35.14
%58.72

CMYK Percentages of Color #198fef

%90
%40
%0
%6

Triadic Colors of #198fef

#198fef #ef198f #8fef19

Analogous Colors of #198fef

#198fef #1924ef #19efe4

Monochromatic Colors of #198fef

#198fef

Complementary Color

#198fef #ef7919

#198fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#198fef Color CSS Codes

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

#198fef Text Font Color

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

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


#198fef Background Color

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

This div background color is #198fef


#198fef Border Color

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

This div border color is #198fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198fef


Comments

No comments written yet.

Please login to write comment.