Color Hex Logo

#198fed Color Hex

#198FED
(25,143,237)
0 Favorites   0 Comments

Color spaces of #198fed

RGB 25143237
HSL0.570.850.51
HSV207°89°93°
CMYK 0.890.400.00   0.07
XYZ25.509425.966083.7882
Yxy25.96600.18860.1920
Hunter Lab50.95680.1840-61.8206
CIE-Lab58.00483.5344-55.6810

#198fed color RGB value is (25,143,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001111 11101101
Octal 31 217 355
Decimal 25 143 237
Hex 19 8F ED

RGB Percentages of Color #198fed

%6.17
%35.31
%58.52

CMYK Percentages of Color #198fed

%89
%40
%0
%7

Triadic Colors of #198fed

#198fed #ed198f #8fed19

Analogous Colors of #198fed

#198fed #1925ed #19ede1

Monochromatic Colors of #198fed

#198fed

Complementary Color

#198fed #ed7719

#198fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#198fed Color CSS Codes

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

#198fed Text Font Color

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

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


#198fed Background Color

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

This div background color is #198fed


#198fed Border Color

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

This div border color is #198fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198fed


Comments

No comments written yet.

Please login to write comment.