Color Hex Logo

#199ccc Color Hex

#199CCC
(25,156,204)
0 Favorites   0 Comments

Color spaces of #199ccc

RGB 25156204
HSL0.540.780.45
HSV196°88°80°
CMYK 0.880.240.00   0.20
XYZ23.188528.343261.3754
Yxy28.34320.20540.2510
Hunter Lab53.2383-15.4196-31.0852
CIE-Lab60.1975-16.0110-33.8369

#199ccc color RGB value is (25,156,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011100 11001100
Octal 31 234 314
Decimal 25 156 204
Hex 19 9C CC

RGB Percentages of Color #199ccc

%6.49
%40.52
%52.99

CMYK Percentages of Color #199ccc

%88
%24
%0
%20

Triadic Colors of #199ccc

#199ccc #cc199c #9ccc19

Analogous Colors of #199ccc

#199ccc #1943cc #19cca3

Monochromatic Colors of #199ccc

#199ccc

Complementary Color

#199ccc #cc4919

#199ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#199ccc Color CSS Codes

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

#199ccc Text Font Color

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

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


#199ccc Background Color

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

This div background color is #199ccc


#199ccc Border Color

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

This div border color is #199ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199ccc


Comments

No comments written yet.

Please login to write comment.