Color Hex Logo

#198090 Color Hex

#198090
(25,128,144)
0 Favorites   0 Comments

Color spaces of #198090

RGB 25128144
HSL0.520.700.33
HSV188°83°56°
CMYK 0.830.110.00   0.44
XYZ13.154117.658629.1007
Yxy17.65860.21960.2947
Hunter Lab42.0221-17.6633-11.6434
CIE-Lab49.0794-21.8854-16.6224

#198090 color RGB value is (25,128,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10000000 10010000
Octal 31 200 220
Decimal 25 128 144
Hex 19 80 90

RGB Percentages of Color #198090

%8.42
%43.10
%48.48

CMYK Percentages of Color #198090

%83
%11
%0
%44

Triadic Colors of #198090

#198090 #901980 #809019

Analogous Colors of #198090

#198090 #194590 #199065

Monochromatic Colors of #198090

#198090

Complementary Color

#198090 #902919

#198090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#198090 Color CSS Codes

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

#198090 Text Font Color

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

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


#198090 Background Color

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

This div background color is #198090


#198090 Border Color

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

This div border color is #198090


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(25,128,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 #198090">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198090


Comments

No comments written yet.

Please login to write comment.