Color Hex Logo

#199ac7 Color Hex

#199AC7
(25,154,199)
0 Favorites   0 Comments

Color spaces of #199ac7

RGB 25154199
HSL0.540.780.44
HSV196°87°78°
CMYK 0.870.230.00   0.22
XYZ22.265327.441458.1560
Yxy27.44140.20640.2544
Hunter Lab52.3845-15.8041-29.1531
CIE-Lab59.3807-16.6926-32.3045

#199ac7 color RGB value is (25,154,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011010 11000111
Octal 31 232 307
Decimal 25 154 199
Hex 19 9A C7

RGB Percentages of Color #199ac7

%6.61
%40.74
%52.65

CMYK Percentages of Color #199ac7

%87
%23
%0
%22

Triadic Colors of #199ac7

#199ac7 #c7199a #9ac719

Analogous Colors of #199ac7

#199ac7 #1943c7 #19c79d

Monochromatic Colors of #199ac7

#199ac7

Complementary Color

#199ac7 #c74619

#199ac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199ac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#199ac7 Color CSS Codes

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

#199ac7 Text Font Color

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

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


#199ac7 Background Color

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

This div background color is #199ac7


#199ac7 Border Color

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

This div border color is #199ac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199ac7


Comments

No comments written yet.

Please login to write comment.