Color Hex Logo

#199ef5 Color Hex

#199EF5
(25,158,245)
0 Favorites   0 Comments

Color spaces of #199ef5

RGB 25158245
HSL0.570.920.53
HSV204°90°96°
CMYK 0.900.360.00   0.04
XYZ29.109231.253090.8844
Yxy31.25300.19250.2066
Hunter Lab55.9044-4.8884-57.2554
CIE-Lab62.7206-2.2840-52.5846

#199ef5 color RGB value is (25,158,245).

#199ef5 hex color red value is 25, green value is 158 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #199ef5 hue: 0.57 , saturation: 0.92 and the lightness value of 199ef5 is 0.53.

The process color (four color CMYK) of #199ef5 color hex is 0.90, 0.36, 0.00, 0.04. Web safe color of #199ef5 is #0099ff. Color #199ef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011110 11110101
Octal 31 236 365
Decimal 25 158 245
Hex 19 9E F5

RGB Percentages of Color #199ef5

%5.84
%36.92
%57.24

CMYK Percentages of Color #199ef5

%90
%36
%0
%4

Triadic Colors of #199ef5

#199ef5 #f5199e #9ef519

Analogous Colors of #199ef5

#199ef5 #1930f5 #19f5de

Monochromatic Colors of #199ef5

#199ef5

Complementary Color

#199ef5 #f57019

#199ef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199ef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#199ef5 Color CSS Codes

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

#199ef5 Text Font Color

<p style="color:#199ef5">Text here</p>

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


#199ef5 Background Color

<div style="background-color:#199ef5">
Div content here</div>

This div background color is #199ef5


#199ef5 Border Color

<div style="border:3px solid #199ef5">
Div here</div>

This div border color is #199ef5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,158,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #199ef5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #199ef5;
  -webkit-box-shadow: 1px 1px 3px 2px #199ef5;
  box-shadow:         1px 1px 3px 2px #199ef5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199ef5


Comments

No comments written yet.

Please login to write comment.