Color Hex Logo

#019965 Color Hex

#019965
(1,153,101)
0 Favorites   0 Comments

Color spaces of #019965

RGB 1153101
HSL0.440.990.30
HSV159°99°60°
CMYK 0.990.000.34   0.40
XYZ13.752723.728516.1671
Yxy23.72850.25630.4423
Hunter Lab48.7119-34.850414.4205
CIE-Lab55.8149-47.052817.9128

#019965 color RGB value is (1,153,101).

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

The process color (four color CMYK) of #019965 color hex is 0.99, 0.00, 0.34, 0.40. Web safe color of #019965 is #009966. Color #019965 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10011001 01100101
Octal 1 231 145
Decimal 1 153 101
Hex 1 99 65

RGB Percentages of Color #019965

%0.39
%60.00
%39.61

CMYK Percentages of Color #019965

%99
%0
%34
%40

Triadic Colors of #019965

#019965 #650199 #996501

Analogous Colors of #019965

#019965 #018199 #019919

Monochromatic Colors of #019965

#019965

Complementary Color

#019965 #990135

#019965 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#019965 Color Preview on White Background

Lorem ipsum dolor sit amet.

#019965 Color CSS Codes

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

#019965 Text Font Color

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

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


#019965 Background Color

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

This div background color is #019965


#019965 Border Color

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

This div border color is #019965


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #019965


Comments

No comments written yet.

Please login to write comment.