Color Hex Logo

#198ecf Color Hex

#198ECF
(25,142,207)
0 Favorites   0 Comments

Color spaces of #198ecf

RGB 25142207
HSL0.560.780.45
HSV201°88°81°
CMYK 0.880.310.00   0.19
XYZ21.336424.057762.5505
Yxy24.05770.19770.2229
Hunter Lab49.0486-8.1868-41.2770
CIE-Lab56.1455-7.0952-41.8708

#198ecf color RGB value is (25,142,207).

#198ecf hex color red value is 25, green value is 142 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #198ecf hue: 0.56 , saturation: 0.78 and the lightness value of 198ecf is 0.45.

The process color (four color CMYK) of #198ecf color hex is 0.88, 0.31, 0.00, 0.19. Web safe color of #198ecf is #0099cc. Color #198ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001110 11001111
Octal 31 216 317
Decimal 25 142 207
Hex 19 8E CF

RGB Percentages of Color #198ecf

%6.68
%37.97
%55.35

CMYK Percentages of Color #198ecf

%88
%31
%0
%19

Triadic Colors of #198ecf

#198ecf #cf198e #8ecf19

Analogous Colors of #198ecf

#198ecf #1933cf #19cfb5

Monochromatic Colors of #198ecf

#198ecf

Complementary Color

#198ecf #cf5a19

#198ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#198ecf Color CSS Codes

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

#198ecf Text Font Color

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

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


#198ecf Background Color

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

This div background color is #198ecf


#198ecf Border Color

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

This div border color is #198ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198ecf


Comments

No comments written yet.

Please login to write comment.