Color Hex Logo

#198eef Color Hex

#198EEF
(25,142,239)
0 Favorites   0 Comments

Color spaces of #198eef

RGB 25142239
HSL0.580.870.52
HSV207°90°94°
CMYK 0.900.410.00   0.06
XYZ25.653925.784785.2862
Yxy25.78470.18760.1886
Hunter Lab50.77861.3175-64.0366
CIE-Lab57.83214.8864-57.0645

#198eef color RGB value is (25,142,239).

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

The process color (four color CMYK) of #198eef color hex is 0.90, 0.41, 0.00, 0.06. Web safe color of #198eef is #0099ff. Color #198eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001110 11101111
Octal 31 216 357
Decimal 25 142 239
Hex 19 8E EF

RGB Percentages of Color #198eef

%6.16
%34.98
%58.87

CMYK Percentages of Color #198eef

%90
%41
%0
%6

Triadic Colors of #198eef

#198eef #ef198e #8eef19

Analogous Colors of #198eef

#198eef #1923ef #19efe5

Monochromatic Colors of #198eef

#198eef

Complementary Color

#198eef #ef7a19

#198eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#198eef Color CSS Codes

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

#198eef Text Font Color

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

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


#198eef Background Color

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

This div background color is #198eef


#198eef Border Color

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

This div border color is #198eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198eef


Comments

No comments written yet.

Please login to write comment.