Color Hex Logo

#198eec Color Hex

#198EEC
(25,142,236)
0 Favorites   0 Comments

Color spaces of #198eec

RGB 25142236
HSL0.570.850.51
HSV207°89°93°
CMYK 0.890.400.00   0.07
XYZ25.214225.608882.9709
Yxy25.60880.18850.1914
Hunter Lab50.60510.3793-61.7868
CIE-Lab57.66383.7550-55.6709

#198eec color RGB value is (25,142,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10001110 11101100
Octal 31 216 354
Decimal 25 142 236
Hex 19 8E EC

RGB Percentages of Color #198eec

%6.20
%35.24
%58.56

CMYK Percentages of Color #198eec

%89
%40
%0
%7

Triadic Colors of #198eec

#198eec #ec198e #8eec19

Analogous Colors of #198eec

#198eec #1925ec #19ece1

Monochromatic Colors of #198eec

#198eec

Complementary Color

#198eec #ec7719

#198eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#198eec Color CSS Codes

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

#198eec Text Font Color

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

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


#198eec Background Color

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

This div background color is #198eec


#198eec Border Color

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

This div border color is #198eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198eec


Comments

No comments written yet.

Please login to write comment.