Color Hex Logo

#199dbe Color Hex

#199DBE
(25,157,190)
0 Favorites   0 Comments

Color spaces of #199dbe

RGB 25157190
HSL0.530.770.42
HSV192°87°75°
CMYK 0.870.170.00   0.25
XYZ21.752128.038352.9807
Yxy28.03830.21170.2728
Hunter Lab52.9512-19.3377-22.2572
CIE-Lab59.9233-21.4181-26.4051

#199dbe color RGB value is (25,157,190).

#199dbe hex color red value is 25, green value is 157 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #199dbe hue: 0.53 , saturation: 0.77 and the lightness value of 199dbe is 0.42.

The process color (four color CMYK) of #199dbe color hex is 0.87, 0.17, 0.00, 0.25. Web safe color of #199dbe is #0099cc. Color #199dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011101 10111110
Octal 31 235 276
Decimal 25 157 190
Hex 19 9D BE

RGB Percentages of Color #199dbe

%6.72
%42.20
%51.08

CMYK Percentages of Color #199dbe

%87
%17
%0
%25

Triadic Colors of #199dbe

#199dbe #be199d #9dbe19

Analogous Colors of #199dbe

#199dbe #194abe #19be8d

Monochromatic Colors of #199dbe

#199dbe

Complementary Color

#199dbe #be3a19

#199dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#199dbe Color CSS Codes

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

#199dbe Text Font Color

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

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


#199dbe Background Color

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

This div background color is #199dbe


#199dbe Border Color

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

This div border color is #199dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199dbe


Comments

No comments written yet.

Please login to write comment.