Color Hex Logo

#19944d Color Hex

#19944D
(25,148,77)
0 Favorites   0 Comments

Color spaces of #19944d

RGB 2514877
HSL0.400.710.34
HSV145°83°58°
CMYK 0.830.000.48   0.42
XYZ12.330421.922310.6027
Yxy21.92230.27490.4887
Hunter Lab46.8213-34.929119.3486
CIE-Lab53.9445-48.370728.5810

#19944d color RGB value is (25,148,77).

#19944d hex color red value is 25, green value is 148 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #19944d hue: 0.40 , saturation: 0.71 and the lightness value of 19944d is 0.34.

The process color (four color CMYK) of #19944d color hex is 0.83, 0.00, 0.48, 0.42. Web safe color of #19944d is #009966. Color #19944d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10010100 01001101
Octal 31 224 115
Decimal 25 148 77
Hex 19 94 4D

RGB Percentages of Color #19944d

%10.00
%59.20
%30.80

CMYK Percentages of Color #19944d

%83
%0
%48
%42

Triadic Colors of #19944d

#19944d #4d1994 #944d19

Analogous Colors of #19944d

#19944d #19948b #239419

Monochromatic Colors of #19944d

#19944d

Complementary Color

#19944d #941960

#19944d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19944d Color Preview on White Background

Lorem ipsum dolor sit amet.

#19944d Color CSS Codes

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

#19944d Text Font Color

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

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


#19944d Background Color

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

This div background color is #19944d


#19944d Border Color

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

This div border color is #19944d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,148,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #19944d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #19944d;
  -webkit-box-shadow: 1px 1px 3px 2px #19944d;
  box-shadow:         1px 1px 3px 2px #19944d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19944d


Comments

No comments written yet.

Please login to write comment.