Color Hex Logo

#199fbd Color Hex

#199FBD
(25,159,189)
2 Favorites   0 Comments

Color spaces of #199fbd

RGB 25159189
HSL0.530.770.42
HSV191°87°74°
CMYK 0.870.160.00   0.26
XYZ21.984328.677152.5206
Yxy28.67710.21310.2779
Hunter Lab53.5510-20.4346-20.6635
CIE-Lab60.4956-22.8003-24.9618

#199fbd color RGB value is (25,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011111 10111101
Octal 31 237 275
Decimal 25 159 189
Hex 19 9F BD

RGB Percentages of Color #199fbd

%6.70
%42.63
%50.67

CMYK Percentages of Color #199fbd

%87
%16
%0
%26

Triadic Colors of #199fbd

#199fbd #bd199f #9fbd19

Analogous Colors of #199fbd

#199fbd #194dbd #19bd89

Monochromatic Colors of #199fbd

#199fbd

Complementary Color

#199fbd #bd3719

#199fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#199fbd Color CSS Codes

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

#199fbd Text Font Color

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

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


#199fbd Background Color

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

This div background color is #199fbd


#199fbd Border Color

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

This div border color is #199fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199fbd


Comments

No comments written yet.

Please login to write comment.