Color Hex Logo

#198cc7 Color Hex

#198CC7
(25,140,199)
0 Favorites   0 Comments

Color spaces of #198cc7

RGB 25140199
HSL0.560.780.44
HSV200°87°78°
CMYK 0.870.300.00   0.22
XYZ20.087823.086457.4302
Yxy23.08640.19970.2295
Hunter Lab48.0483-9.4581-37.2331
CIE-Lab55.1612-8.8997-38.9016

#198cc7 color RGB value is (25,140,199).

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

The process color (four color CMYK) of #198cc7 color hex is 0.87, 0.30, 0.00, 0.22. Web safe color of #198cc7 is #0099cc. Color #198cc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001100 11000111
Octal 31 214 307
Decimal 25 140 199
Hex 19 8C C7

RGB Percentages of Color #198cc7

%6.87
%38.46
%54.67

CMYK Percentages of Color #198cc7

%87
%30
%0
%22

Triadic Colors of #198cc7

#198cc7 #c7198c #8cc719

Analogous Colors of #198cc7

#198cc7 #1935c7 #19c7ab

Monochromatic Colors of #198cc7

#198cc7

Complementary Color

#198cc7 #c75419

#198cc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198cc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#198cc7 Color CSS Codes

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

#198cc7 Text Font Color

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

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


#198cc7 Background Color

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

This div background color is #198cc7


#198cc7 Border Color

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

This div border color is #198cc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198cc7


Comments

No comments written yet.

Please login to write comment.