Color Hex Logo

#198ebd Color Hex

#198EBD
(25,142,189)
0 Favorites   0 Comments

Color spaces of #198ebd

RGB 25142189
HSL0.550.770.42
HSV197°87°74°
CMYK 0.870.250.00   0.26
XYZ19.259223.226851.6123
Yxy23.22680.20470.2468
Hunter Lab48.1942-13.0083-29.7591
CIE-Lab55.3052-13.6729-33.0013

#198ebd color RGB value is (25,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001110 10111101
Octal 31 216 275
Decimal 25 142 189
Hex 19 8E BD

RGB Percentages of Color #198ebd

%7.02
%39.89
%53.09

CMYK Percentages of Color #198ebd

%87
%25
%0
%26

Triadic Colors of #198ebd

#198ebd #bd198e #8ebd19

Analogous Colors of #198ebd

#198ebd #193cbd #19bd9a

Monochromatic Colors of #198ebd

#198ebd

Complementary Color

#198ebd #bd4819

#198ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#198ebd Color CSS Codes

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

#198ebd Text Font Color

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

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


#198ebd Background Color

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

This div background color is #198ebd


#198ebd Border Color

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

This div border color is #198ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198ebd


Comments

No comments written yet.

Please login to write comment.