Color Hex Logo

#198eda Color Hex

#198EDA
(25,142,218)
0 Favorites   0 Comments

Color spaces of #198eda

RGB 25142218
HSL0.570.790.48
HSV204°89°85°
CMYK 0.890.350.00   0.15
XYZ22.728824.614669.8828
Yxy24.61460.19390.2100
Hunter Lab49.6131-5.0483-48.7841
CIE-Lab56.6980-3.0050-47.1763

#198eda color RGB value is (25,142,218).

#198eda hex color red value is 25, green value is 142 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #198eda hue: 0.57 , saturation: 0.79 and the lightness value of 198eda is 0.48.

The process color (four color CMYK) of #198eda color hex is 0.89, 0.35, 0.00, 0.15. Web safe color of #198eda is #0099cc. Color #198eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001110 11011010
Octal 31 216 332
Decimal 25 142 218
Hex 19 8E DA

RGB Percentages of Color #198eda

%6.49
%36.88
%56.62

CMYK Percentages of Color #198eda

%89
%35
%0
%15

Triadic Colors of #198eda

#198eda #da198e #8eda19

Analogous Colors of #198eda

#198eda #192eda #19dac6

Monochromatic Colors of #198eda

#198eda

Complementary Color

#198eda #da6519

#198eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#198eda Color CSS Codes

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

#198eda Text Font Color

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

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


#198eda Background Color

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

This div background color is #198eda


#198eda Border Color

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

This div border color is #198eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198eda


Comments

No comments written yet.

Please login to write comment.