Color Hex Logo

#198ceb Color Hex

#198CEB
(25,140,235)
0 Favorites   0 Comments

Color spaces of #198ceb

RGB 25140235
HSL0.580.840.51
HSV207°89°92°
CMYK 0.890.400.00   0.08
XYZ24.774424.961082.1095
Yxy24.96100.18790.1893
Hunter Lab49.96101.0820-62.4688
CIE-Lab57.03744.5763-56.1166

#198ceb color RGB value is (25,140,235).

#198ceb hex color red value is 25, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #198ceb hue: 0.58 , saturation: 0.84 and the lightness value of 198ceb is 0.51.

The process color (four color CMYK) of #198ceb color hex is 0.89, 0.40, 0.00, 0.08. Web safe color of #198ceb is #0099ff. Color #198ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001100 11101011
Octal 31 214 353
Decimal 25 140 235
Hex 19 8C EB

RGB Percentages of Color #198ceb

%6.25
%35.00
%58.75

CMYK Percentages of Color #198ceb

%89
%40
%0
%8

Triadic Colors of #198ceb

#198ceb #eb198c #8ceb19

Analogous Colors of #198ceb

#198ceb #1923eb #19ebe1

Monochromatic Colors of #198ceb

#198ceb

Complementary Color

#198ceb #eb7819

#198ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#198ceb Color CSS Codes

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

#198ceb Text Font Color

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

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


#198ceb Background Color

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

This div background color is #198ceb


#198ceb Border Color

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

This div border color is #198ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198ceb


Comments

No comments written yet.

Please login to write comment.