Color Hex Logo

#198feb Color Hex

#198FEB
(25,143,235)
0 Favorites   0 Comments

Color spaces of #198feb

RGB 25143235
HSL0.570.840.51
HSV206°89°92°
CMYK 0.890.390.00   0.08
XYZ25.218825.849882.2576
Yxy25.84980.18920.1939
Hunter Lab50.8427-0.4358-60.3345
CIE-Lab57.89422.7816-54.7488

#198feb color RGB value is (25,143,235).

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

The process color (four color CMYK) of #198feb color hex is 0.89, 0.39, 0.00, 0.08. Web safe color of #198feb is #0099ff. Color #198feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001111 11101011
Octal 31 217 353
Decimal 25 143 235
Hex 19 8F EB

RGB Percentages of Color #198feb

%6.20
%35.48
%58.31

CMYK Percentages of Color #198feb

%89
%39
%0
%8

Triadic Colors of #198feb

#198feb #eb198f #8feb19

Analogous Colors of #198feb

#198feb #1926eb #19ebde

Monochromatic Colors of #198feb

#198feb

Complementary Color

#198feb #eb7519

#198feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#198feb Color CSS Codes

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

#198feb Text Font Color

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

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


#198feb Background Color

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

This div background color is #198feb


#198feb Border Color

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

This div border color is #198feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198feb


Comments

No comments written yet.

Please login to write comment.