Color Hex Logo

#198fcc Color Hex

#198FCC
(25,143,204)
0 Favorites   0 Comments

Color spaces of #198fcc

RGB 25143204
HSL0.560.780.45
HSV200°88°80°
CMYK 0.880.300.00   0.20
XYZ21.122424.211260.6867
Yxy24.21120.19920.2284
Hunter Lab49.2049-9.4830-38.6817
CIE-Lab56.2986-8.7746-39.9388

#198fcc color RGB value is (25,143,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001111 11001100
Octal 31 217 314
Decimal 25 143 204
Hex 19 8F CC

RGB Percentages of Color #198fcc

%6.72
%38.44
%54.84

CMYK Percentages of Color #198fcc

%88
%30
%0
%20

Triadic Colors of #198fcc

#198fcc #cc198f #8fcc19

Analogous Colors of #198fcc

#198fcc #1936cc #19ccb0

Monochromatic Colors of #198fcc

#198fcc

Complementary Color

#198fcc #cc5619

#198fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#198fcc Color CSS Codes

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

#198fcc Text Font Color

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

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


#198fcc Background Color

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

This div background color is #198fcc


#198fcc Border Color

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

This div border color is #198fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198fcc


Comments

No comments written yet.

Please login to write comment.