Color Hex Logo

#64ec9d Color Hex

#64EC9D
(100,236,157)
0 Favorites   0 Comments

Color spaces of #64ec9d

RGB 100236157
HSL0.400.780.66
HSV145°58°93°
CMYK 0.580.000.33   0.07
XYZ41.336865.134642.2918
Yxy65.13460.27790.4378
Hunter Lab80.7060-49.809625.4249
CIE-Lab84.5530-54.595527.4427

#64ec9d color RGB value is (100,236,157).

#64ec9d hex color red value is 100, green value is 236 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #64ec9d hue: 0.40 , saturation: 0.78 and the lightness value of 64ec9d is 0.66.

The process color (four color CMYK) of #64ec9d color hex is 0.58, 0.00, 0.33, 0.07. Web safe color of #64ec9d is #66ff99. Color #64ec9d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11101100 10011101
Octal 144 354 235
Decimal 100 236 157
Hex 64 EC 9D

RGB Percentages of Color #64ec9d

%20.28
%47.87
%31.85

CMYK Percentages of Color #64ec9d

%58
%0
%33
%7

Triadic Colors of #64ec9d

#64ec9d #9d64ec #ec9d64

Analogous Colors of #64ec9d

#64ec9d #64ece1 #6fec64

Monochromatic Colors of #64ec9d

#64ec9d

Complementary Color

#64ec9d #ec64b3

#64ec9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64ec9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#64ec9d Color CSS Codes

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

#64ec9d Text Font Color

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

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


#64ec9d Background Color

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

This div background color is #64ec9d


#64ec9d Border Color

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

This div border color is #64ec9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64ec9d


Comments

No comments written yet.

Please login to write comment.