Color Hex Logo

#199eaa Color Hex

#199EAA
(25,158,170)
0 Favorites   0 Comments

Color spaces of #199eaa

RGB 25158170
HSL0.510.740.38
HSV185°85°67°
CMYK 0.850.070.00   0.33
XYZ19.883527.562742.3024
Yxy27.56270.22150.3071
Hunter Lab52.5002-24.2717-11.0232
CIE-Lab59.4916-28.5782-15.7789

#199eaa color RGB value is (25,158,170).

#199eaa hex color red value is 25, green value is 158 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #199eaa hue: 0.51 , saturation: 0.74 and the lightness value of 199eaa is 0.38.

The process color (four color CMYK) of #199eaa color hex is 0.85, 0.07, 0.00, 0.33. Web safe color of #199eaa is #009999. Color #199eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011110 10101010
Octal 31 236 252
Decimal 25 158 170
Hex 19 9E AA

RGB Percentages of Color #199eaa

%7.08
%44.76
%48.16

CMYK Percentages of Color #199eaa

%85
%7
%0
%33

Triadic Colors of #199eaa

#199eaa #aa199e #9eaa19

Analogous Colors of #199eaa

#199eaa #1956aa #19aa6e

Monochromatic Colors of #199eaa

#199eaa

Complementary Color

#199eaa #aa2519

#199eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#199eaa Color CSS Codes

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

#199eaa Text Font Color

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

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


#199eaa Background Color

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

This div background color is #199eaa


#199eaa Border Color

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

This div border color is #199eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199eaa

#199eaa Color Palettes


Comments

No comments written yet.

Please login to write comment.