Color Hex Logo

#199bc9 Color Hex

#199BC9
(25,155,201)
0 Favorites   0 Comments

Color spaces of #199bc9

RGB 25155201
HSL0.540.780.44
HSV196°88°79°
CMYK 0.880.230.00   0.21
XYZ22.664927.866459.4425
Yxy27.86640.20610.2534
Hunter Lab52.7886-15.7408-29.8113
CIE-Lab59.7678-16.5284-32.8248

#199bc9 color RGB value is (25,155,201).

#199bc9 hex color red value is 25, green value is 155 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #199bc9 hue: 0.54 , saturation: 0.78 and the lightness value of 199bc9 is 0.44.

The process color (four color CMYK) of #199bc9 color hex is 0.88, 0.23, 0.00, 0.21. Web safe color of #199bc9 is #0099cc. Color #199bc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011011 11001001
Octal 31 233 311
Decimal 25 155 201
Hex 19 9B C9

RGB Percentages of Color #199bc9

%6.56
%40.68
%52.76

CMYK Percentages of Color #199bc9

%88
%23
%0
%21

Triadic Colors of #199bc9

#199bc9 #c9199b #9bc919

Analogous Colors of #199bc9

#199bc9 #1943c9 #19c99f

Monochromatic Colors of #199bc9

#199bc9

Complementary Color

#199bc9 #c94719

#199bc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199bc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#199bc9 Color CSS Codes

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

#199bc9 Text Font Color

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

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


#199bc9 Background Color

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

This div background color is #199bc9


#199bc9 Border Color

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

This div border color is #199bc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199bc9


Comments

No comments written yet.

Please login to write comment.