Color Hex Logo

#199ccf Color Hex

#199CCF
(25,156,207)
0 Favorites   0 Comments

Color spaces of #199ccf

RGB 25156207
HSL0.550.780.45
HSV197°88°81°
CMYK 0.880.250.00   0.19
XYZ23.551928.488663.2890
Yxy28.48860.20420.2470
Hunter Lab53.3747-14.6416-32.9407
CIE-Lab60.3276-14.9481-35.3121

#199ccf color RGB value is (25,156,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011100 11001111
Octal 31 234 317
Decimal 25 156 207
Hex 19 9C CF

RGB Percentages of Color #199ccf

%6.44
%40.21
%53.35

CMYK Percentages of Color #199ccf

%88
%25
%0
%19

Triadic Colors of #199ccf

#199ccf #cf199c #9ccf19

Analogous Colors of #199ccf

#199ccf #1941cf #19cfa7

Monochromatic Colors of #199ccf

#199ccf

Complementary Color

#199ccf #cf4c19

#199ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#199ccf Color CSS Codes

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

#199ccf Text Font Color

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

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


#199ccf Background Color

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

This div background color is #199ccf


#199ccf Border Color

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

This div border color is #199ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199ccf


Comments

No comments written yet.

Please login to write comment.