Color Hex Logo

#199eba Color Hex

#199EBA
(25,158,186)
0 Favorites   0 Comments

Color spaces of #199eba

RGB 25158186
HSL0.530.760.41
HSV190°87°73°
CMYK 0.870.150.00   0.27
XYZ21.490728.205650.7659
Yxy28.20560.21390.2808
Hunter Lab53.1089-20.7101-19.4980
CIE-Lab60.0740-23.2977-23.9220

#199eba color RGB value is (25,158,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011110 10111010
Octal 31 236 272
Decimal 25 158 186
Hex 19 9E BA

RGB Percentages of Color #199eba

%6.78
%42.82
%50.41

CMYK Percentages of Color #199eba

%87
%15
%0
%27

Triadic Colors of #199eba

#199eba #ba199e #9eba19

Analogous Colors of #199eba

#199eba #194eba #19ba86

Monochromatic Colors of #199eba

#199eba

Complementary Color

#199eba #ba3519

#199eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#199eba Color CSS Codes

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

#199eba Text Font Color

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

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


#199eba Background Color

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

This div background color is #199eba


#199eba Border Color

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

This div border color is #199eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199eba


Comments

No comments written yet.

Please login to write comment.