Color Hex Logo

#64d17e Color Hex

#64D17E
(100,209,126)
0 Favorites   0 Comments

Color spaces of #64d17e

RGB 100209126
HSL0.370.540.61
HSV134°52°82°
CMYK 0.520.000.40   0.18
XYZ31.821949.816627.6770
Yxy49.81660.29110.4557
Hunter Lab70.5809-43.038526.1571
CIE-Lab75.9566-49.175531.8537

#64d17e color RGB value is (100,209,126).

#64d17e hex color red value is 100, green value is 209 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #64d17e hue: 0.37 , saturation: 0.54 and the lightness value of 64d17e is 0.61.

The process color (four color CMYK) of #64d17e color hex is 0.52, 0.00, 0.40, 0.18. Web safe color of #64d17e is #66cc66. Color #64d17e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11010001 01111110
Octal 144 321 176
Decimal 100 209 126
Hex 64 D1 7E

RGB Percentages of Color #64d17e

%22.99
%48.05
%28.97

CMYK Percentages of Color #64d17e

%52
%0
%40
%18

Triadic Colors of #64d17e

#64d17e #7e64d1 #d17e64

Analogous Colors of #64d17e

#64d17e #64d1b5 #81d164

Monochromatic Colors of #64d17e

#64d17e

Complementary Color

#64d17e #d164b7

#64d17e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64d17e Color Preview on White Background

Lorem ipsum dolor sit amet.

#64d17e Color CSS Codes

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

#64d17e Text Font Color

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

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


#64d17e Background Color

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

This div background color is #64d17e


#64d17e Border Color

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

This div border color is #64d17e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64d17e


Comments

No comments written yet.

Please login to write comment.