Color Hex Logo

#198050 Color Hex

#198050
(25,128,80)
0 Favorites   0 Comments

Color spaces of #198050

RGB 2512880
HSL0.420.670.30
HSV152°80°50°
CMYK 0.800.000.38   0.50
XYZ9.568016.224210.2167
Yxy16.22420.26570.4506
Hunter Lab40.2793-28.087613.1568
CIE-Lab47.2673-40.110218.1990

#198050 color RGB value is (25,128,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 10000000 01010000
Octal 31 200 120
Decimal 25 128 80
Hex 19 80 50

RGB Percentages of Color #198050

%10.73
%54.94
%34.33

CMYK Percentages of Color #198050

%80
%0
%38
%50

Triadic Colors of #198050

#198050 #501980 #805019

Analogous Colors of #198050

#198050 #197d80 #19801d

Monochromatic Colors of #198050

#198050

Complementary Color

#198050 #801949

#198050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#198050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#198050 Color CSS Codes

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

#198050 Text Font Color

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

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


#198050 Background Color

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

This div background color is #198050


#198050 Border Color

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

This div border color is #198050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #198050


Comments

No comments written yet.

Please login to write comment.