Color Hex Logo

#198590 Color Hex

#198590
(25,133,144)
0 Favorites   0 Comments

Color spaces of #198590

RGB 25133144
HSL0.520.700.33
HSV186°83°56°
CMYK 0.830.080.00   0.44
XYZ13.822518.995329.3235
Yxy18.99530.22240.3057
Hunter Lab43.5836-19.6602-9.3824
CIE-Lab50.6817-24.4835-14.1877

#198590 color RGB value is (25,133,144).

#198590 hex color red value is 25, green value is 133 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #198590 hue: 0.52 , saturation: 0.70 and the lightness value of 198590 is 0.33.

The process color (four color CMYK) of #198590 color hex is 0.83, 0.08, 0.00, 0.44. Web safe color of #198590 is #009999. Color #198590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10000101 10010000
Octal 31 205 220
Decimal 25 133 144
Hex 19 85 90

RGB Percentages of Color #198590

%8.28
%44.04
%47.68

CMYK Percentages of Color #198590

%83
%8
%0
%44

Triadic Colors of #198590

#198590 #901985 #859019

Analogous Colors of #198590

#198590 #194990 #199060

Monochromatic Colors of #198590

#198590

Complementary Color

#198590 #902419

#198590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#198590 Color CSS Codes

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

#198590 Text Font Color

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

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


#198590 Background Color

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

This div background color is #198590


#198590 Border Color

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

This div border color is #198590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198590


Comments

No comments written yet.

Please login to write comment.