Color Hex Logo

#198abc Color Hex

#198ABC
(25,138,188)
0 Favorites   0 Comments

Color spaces of #198abc

RGB 25138188
HSL0.550.770.42
HSV198°87°74°
CMYK 0.870.270.00   0.26
XYZ18.566522.014550.8476
Yxy22.01450.20310.2408
Hunter Lab46.9196-11.4753-31.4099
CIE-Lab54.0424-11.7938-34.4045

#198abc color RGB value is (25,138,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001010 10111100
Octal 31 212 274
Decimal 25 138 188
Hex 19 8A BC

RGB Percentages of Color #198abc

%7.12
%39.32
%53.56

CMYK Percentages of Color #198abc

%87
%27
%0
%26

Triadic Colors of #198abc

#198abc #bc198a #8abc19

Analogous Colors of #198abc

#198abc #1939bc #19bc9d

Monochromatic Colors of #198abc

#198abc

Complementary Color

#198abc #bc4b19

#198abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#198abc Color CSS Codes

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

#198abc Text Font Color

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

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


#198abc Background Color

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

This div background color is #198abc


#198abc Border Color

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

This div border color is #198abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198abc


Comments

No comments written yet.

Please login to write comment.