Color Hex Logo

#198aed Color Hex

#198AED
(25,138,237)
0 Favorites   0 Comments

Color spaces of #198aed

RGB 25138237
HSL0.580.850.51
HSV208°89°93°
CMYK 0.890.420.00   0.07
XYZ24.775424.498183.5436
Yxy24.49810.18650.1844
Hunter Lab49.49562.7324-65.4288
CIE-Lab56.58316.5388-57.9537

#198aed color RGB value is (25,138,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001010 11101101
Octal 31 212 355
Decimal 25 138 237
Hex 19 8A ED

RGB Percentages of Color #198aed

%6.25
%34.50
%59.25

CMYK Percentages of Color #198aed

%89
%42
%0
%7

Triadic Colors of #198aed

#198aed #ed198a #8aed19

Analogous Colors of #198aed

#198aed #1920ed #19ede6

Monochromatic Colors of #198aed

#198aed

Complementary Color

#198aed #ed7c19

#198aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#198aed Color CSS Codes

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

#198aed Text Font Color

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

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


#198aed Background Color

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

This div background color is #198aed


#198aed Border Color

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

This div border color is #198aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198aed


Comments

No comments written yet.

Please login to write comment.