Color Hex Logo

#64e063 Color Hex

#64E063
(100,224,99)
0 Favorites   0 Comments

Color spaces of #64e063

RGB 10022499
HSL0.330.670.63
HSV120°56°88°
CMYK 0.550.000.56   0.12
XYZ34.163356.921520.9907
Yxy56.92150.30480.5079
Hunter Lab75.4463-51.203536.3168
CIE-Lab80.1354-58.873450.2143

#64e063 color RGB value is (100,224,99).

#64e063 hex color red value is 100, green value is 224 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #64e063 hue: 0.33 , saturation: 0.67 and the lightness value of 64e063 is 0.63.

The process color (four color CMYK) of #64e063 color hex is 0.55, 0.00, 0.56, 0.12. Web safe color of #64e063 is #66cc66. Color #64e063 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11100000 01100011
Octal 144 340 143
Decimal 100 224 99
Hex 64 E0 63

RGB Percentages of Color #64e063

%23.64
%52.96
%23.40

CMYK Percentages of Color #64e063

%55
%0
%56
%12

Triadic Colors of #64e063

#64e063 #6364e0 #e06364

Analogous Colors of #64e063

#64e063 #63e0a1 #a3e063

Monochromatic Colors of #64e063

#64e063

Complementary Color

#64e063 #df63e0

#64e063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64e063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64e063 Color CSS Codes

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

#64e063 Text Font Color

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

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


#64e063 Background Color

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

This div background color is #64e063


#64e063 Border Color

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

This div border color is #64e063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64e063


Comments

No comments written yet.

Please login to write comment.