Color Hex Logo

#019934 Color Hex

#019934
(1,153,52)
0 Favorites   0 Comments

Color spaces of #019934

RGB 115352
HSL0.390.990.30
HSV140°99°60°
CMYK 0.990.000.66   0.40
XYZ12.023623.03697.0617
Yxy23.03690.28540.5469
Hunter Lab47.9968-39.278624.8745
CIE-Lab55.1103-55.512942.2490

#019934 color RGB value is (1,153,52).

#019934 hex color red value is 1, green value is 153 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #019934 hue: 0.39 , saturation: 0.99 and the lightness value of 019934 is 0.30.

The process color (four color CMYK) of #019934 color hex is 0.99, 0.00, 0.66, 0.40. Web safe color of #019934 is #009933. Color #019934 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011001 00110100
Octal 1 231 64
Decimal 1 153 52
Hex 1 99 34

RGB Percentages of Color #019934

%0.49
%74.27
%25.24

CMYK Percentages of Color #019934

%99
%0
%66
%40

Triadic Colors of #019934

#019934 #340199 #993401

Analogous Colors of #019934

#019934 #019980 #1a9901

Monochromatic Colors of #019934

#019934

Complementary Color

#019934 #990166

#019934 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019934 Color Preview on White Background

Lorem ipsum dolor sit amet.

#019934 Color CSS Codes

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

#019934 Text Font Color

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

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


#019934 Background Color

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

This div background color is #019934


#019934 Border Color

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

This div border color is #019934


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,153,52, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #019934; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #019934;
  -webkit-box-shadow: 1px 1px 3px 2px #019934;
  box-shadow:         1px 1px 3px 2px #019934; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,153,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019934


Comments

No comments written yet.

Please login to write comment.