Color Hex Logo

#198abb Color Hex

#198ABB
(25,138,187)
0 Favorites   0 Comments

Color spaces of #198abb

RGB 25138187
HSL0.550.760.42
HSV198°87°73°
CMYK 0.870.260.00   0.27
XYZ18.459021.971550.2817
Yxy21.97150.20350.2422
Hunter Lab46.8738-11.7354-30.7890
CIE-Lab53.9968-12.1581-33.9054

#198abb color RGB value is (25,138,187).

#198abb hex color red value is 25, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #198abb hue: 0.55 , saturation: 0.76 and the lightness value of 198abb is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001010 10111011
Octal 31 212 273
Decimal 25 138 187
Hex 19 8A BB

RGB Percentages of Color #198abb

%7.14
%39.43
%53.43

CMYK Percentages of Color #198abb

%87
%26
%0
%27

Triadic Colors of #198abb

#198abb #bb198a #8abb19

Analogous Colors of #198abb

#198abb #1939bb #19bb9b

Monochromatic Colors of #198abb

#198abb

Complementary Color

#198abb #bb4a19

#198abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#198abb Color CSS Codes

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

#198abb Text Font Color

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

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


#198abb Background Color

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

This div background color is #198abb


#198abb Border Color

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

This div border color is #198abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198abb


Comments

No comments written yet.

Please login to write comment.