Color Hex Logo

#198ffd Color Hex

#198FFD
(25,143,253)
0 Favorites   0 Comments

Color spaces of #198ffd

RGB 25143253
HSL0.580.980.55
HSV209°90°99°
CMYK 0.900.430.00   0.01
XYZ27.953026.943496.6558
Yxy26.94340.18440.1778
Hunter Lab51.90705.2886-74.0687
CIE-Lab58.92199.5672-63.0387

#198ffd color RGB value is (25,143,253).

#198ffd hex color red value is 25, green value is 143 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #198ffd hue: 0.58 , saturation: 0.98 and the lightness value of 198ffd is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001111 11111101
Octal 31 217 375
Decimal 25 143 253
Hex 19 8F FD

RGB Percentages of Color #198ffd

%5.94
%33.97
%60.10

CMYK Percentages of Color #198ffd

%90
%43
%0
%1

Triadic Colors of #198ffd

#198ffd #fd198f #8ffd19

Analogous Colors of #198ffd

#198ffd #191dfd #19fdf9

Monochromatic Colors of #198ffd

#198ffd

Complementary Color

#198ffd #fd8719

#198ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#198ffd Color CSS Codes

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

#198ffd Text Font Color

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

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


#198ffd Background Color

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

This div background color is #198ffd


#198ffd Border Color

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

This div border color is #198ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.