Color Hex Logo

#64db46 Color Hex

#64DB46
(100,219,70)
0 Favorites   0 Comments

Color spaces of #64db46

RGB 10021970
HSL0.300.670.57
HSV108°68°86°
CMYK 0.540.000.68   0.14
XYZ31.692553.814614.5112
Yxy53.81460.31690.5380
Hunter Lab73.3584-51.261239.6226
CIE-Lab78.3535-59.978460.5192

#64db46 color RGB value is (100,219,70).

#64db46 hex color red value is 100, green value is 219 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #64db46 hue: 0.30 , saturation: 0.67 and the lightness value of 64db46 is 0.57.

The process color (four color CMYK) of #64db46 color hex is 0.54, 0.00, 0.68, 0.14. Web safe color of #64db46 is #66cc33. Color #64db46 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011011 01000110
Octal 144 333 106
Decimal 100 219 70
Hex 64 DB 46

RGB Percentages of Color #64db46

%25.71
%56.30
%17.99

CMYK Percentages of Color #64db46

%54
%0
%68
%14

Triadic Colors of #64db46

#64db46 #4664db #db4664

Analogous Colors of #64db46

#64db46 #46db73 #afdb46

Monochromatic Colors of #64db46

#64db46

Complementary Color

#64db46 #bd46db

#64db46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64db46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64db46 Color CSS Codes

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

#64db46 Text Font Color

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

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


#64db46 Background Color

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

This div background color is #64db46


#64db46 Border Color

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

This div border color is #64db46


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(100,219,70, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #64db46; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #64db46;
  -webkit-box-shadow: 1px 1px 3px 2px #64db46;
  box-shadow:         1px 1px 3px 2px #64db46; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(100,219,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64db46


Comments

No comments written yet.

Please login to write comment.