Color Hex Logo

#198070 Color Hex

#198070
(25,128,112)
0 Favorites   0 Comments

Color spaces of #198070

RGB 25128112
HSL0.470.670.30
HSV171°80°50°
CMYK 0.800.000.13   0.50
XYZ11.044716.814917.9927
Yxy16.81490.24090.3667
Hunter Lab41.0060-23.68262.6888
CIE-Lab48.0260-31.98220.6385

#198070 color RGB value is (25,128,112).

#198070 hex color red value is 25, green value is 128 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #198070 hue: 0.47 , saturation: 0.67 and the lightness value of 198070 is 0.30.

The process color (four color CMYK) of #198070 color hex is 0.80, 0.00, 0.13, 0.50. Web safe color of #198070 is #009966. Color #198070 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10000000 01110000
Octal 31 200 160
Decimal 25 128 112
Hex 19 80 70

RGB Percentages of Color #198070

%9.43
%48.30
%42.26

CMYK Percentages of Color #198070

%80
%0
%13
%50

Triadic Colors of #198070

#198070 #701980 #807019

Analogous Colors of #198070

#198070 #195d80 #19803d

Monochromatic Colors of #198070

#198070

Complementary Color

#198070 #801929

#198070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#198070 Color CSS Codes

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

#198070 Text Font Color

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

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


#198070 Background Color

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

This div background color is #198070


#198070 Border Color

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

This div border color is #198070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198070


Comments

No comments written yet.

Please login to write comment.