Color Hex Logo

#199052 Color Hex

#199052
(25,144,82)
0 Favorites   0 Comments

Color spaces of #199052

RGB 2514482
HSL0.410.700.33
HSV149°83°56°
CMYK 0.830.000.43   0.44
XYZ11.897220.762411.3631
Yxy20.76240.27030.4716
Hunter Lab45.5658-33.133917.1104
CIE-Lab52.6885-45.956524.2664

#199052 color RGB value is (25,144,82).

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

The process color (four color CMYK) of #199052 color hex is 0.83, 0.00, 0.43, 0.44. Web safe color of #199052 is #009966. Color #199052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10010000 01010010
Octal 31 220 122
Decimal 25 144 82
Hex 19 90 52

RGB Percentages of Color #199052

%9.96
%57.37
%32.67

CMYK Percentages of Color #199052

%83
%0
%43
%44

Triadic Colors of #199052

#199052 #521990 #905219

Analogous Colors of #199052

#199052 #19908e #1c9019

Monochromatic Colors of #199052

#199052

Complementary Color

#199052 #901957

#199052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#199052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#199052 Color CSS Codes

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

#199052 Text Font Color

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

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


#199052 Background Color

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

This div background color is #199052


#199052 Border Color

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

This div border color is #199052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #199052


Comments

No comments written yet.

Please login to write comment.