Color Hex Logo

#198eee Color Hex

#198EEE
(25,142,238)
0 Favorites   0 Comments

Color spaces of #198eee

RGB 25142238
HSL0.580.860.52
HSV207°89°93°
CMYK 0.890.400.00   0.07
XYZ25.506525.725784.5101
Yxy25.72570.18790.1895
Hunter Lab50.72051.0038-63.2842
CIE-Lab57.77584.5093-56.6007

#198eee color RGB value is (25,142,238).

#198eee hex color red value is 25, green value is 142 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #198eee hue: 0.58 , saturation: 0.86 and the lightness value of 198eee is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001110 11101110
Octal 31 216 356
Decimal 25 142 238
Hex 19 8E EE

RGB Percentages of Color #198eee

%6.17
%35.06
%58.77

CMYK Percentages of Color #198eee

%89
%40
%0
%7

Triadic Colors of #198eee

#198eee #ee198e #8eee19

Analogous Colors of #198eee

#198eee #1923ee #19eee4

Monochromatic Colors of #198eee

#198eee

Complementary Color

#198eee #ee7919

#198eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#198eee Color CSS Codes

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

#198eee Text Font Color

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

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


#198eee Background Color

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

This div background color is #198eee


#198eee Border Color

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

This div border color is #198eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198eee


Comments

No comments written yet.

Please login to write comment.