Color Hex Logo

#198fb5 Color Hex

#198FB5
(25,143,181)
0 Favorites   0 Comments

Color spaces of #198fb5

RGB 25143181
HSL0.540.760.40
HSV195°86°71°
CMYK 0.860.210.00   0.29
XYZ18.563923.187847.2133
Yxy23.18780.20870.2606
Hunter Lab48.1537-15.4549-24.4245
CIE-Lab55.2653-17.0783-28.5076

#198fb5 color RGB value is (25,143,181).

#198fb5 hex color red value is 25, green value is 143 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #198fb5 hue: 0.54 , saturation: 0.76 and the lightness value of 198fb5 is 0.40.

The process color (four color CMYK) of #198fb5 color hex is 0.86, 0.21, 0.00, 0.29. Web safe color of #198fb5 is #0099cc. Color #198fb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001111 10110101
Octal 31 217 265
Decimal 25 143 181
Hex 19 8F B5

RGB Percentages of Color #198fb5

%7.16
%40.97
%51.86

CMYK Percentages of Color #198fb5

%86
%21
%0
%29

Triadic Colors of #198fb5

#198fb5 #b5198f #8fb519

Analogous Colors of #198fb5

#198fb5 #1941b5 #19b58d

Monochromatic Colors of #198fb5

#198fb5

Complementary Color

#198fb5 #b53f19

#198fb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198fb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#198fb5 Color CSS Codes

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

#198fb5 Text Font Color

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

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


#198fb5 Background Color

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

This div background color is #198fb5


#198fb5 Border Color

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

This div border color is #198fb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198fb5


Comments

No comments written yet.

Please login to write comment.