Color Hex Logo

#64e070 Color Hex

#64E070
(100,224,112)
0 Favorites   0 Comments

Color spaces of #64e070

RGB 100224112
HSL0.350.670.64
HSV126°55°88°
CMYK 0.550.000.50   0.12
XYZ34.835857.190524.5321
Yxy57.19050.29890.4907
Hunter Lab75.6244-50.118033.7038
CIE-Lab80.2866-57.207644.3121

#64e070 color RGB value is (100,224,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11100000 01110000
Octal 144 340 160
Decimal 100 224 112
Hex 64 E0 70

RGB Percentages of Color #64e070

%22.94
%51.38
%25.69

CMYK Percentages of Color #64e070

%55
%0
%50
%12

Triadic Colors of #64e070

#64e070 #7064e0 #e07064

Analogous Colors of #64e070

#64e070 #64e0ae #96e064

Monochromatic Colors of #64e070

#64e070

Complementary Color

#64e070 #e064d4

#64e070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64e070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64e070 Color CSS Codes

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

#64e070 Text Font Color

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

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


#64e070 Background Color

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

This div background color is #64e070


#64e070 Border Color

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

This div border color is #64e070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64e070


Comments

No comments written yet.

Please login to write comment.