Color Hex Logo

#64e68c Color Hex

#64E68C
(100,230,140)
0 Favorites   0 Comments

Color spaces of #64e68c

RGB 100230140
HSL0.380.720.65
HSV138°57°90°
CMYK 0.570.000.39   0.10
XYZ38.286061.196434.6052
Yxy61.19640.28550.4564
Hunter Lab78.2281-49.538728.5320
CIE-Lab82.4842-55.236733.3136

#64e68c color RGB value is (100,230,140).

#64e68c hex color red value is 100, green value is 230 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #64e68c hue: 0.38 , saturation: 0.72 and the lightness value of 64e68c is 0.65.

The process color (four color CMYK) of #64e68c color hex is 0.57, 0.00, 0.39, 0.10. Web safe color of #64e68c is #66ff99. Color #64e68c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100100 11100110 10001100
Octal 144 346 214
Decimal 100 230 140
Hex 64 E6 8C

RGB Percentages of Color #64e68c

%21.28
%48.94
%29.79

CMYK Percentages of Color #64e68c

%57
%0
%39
%10

Triadic Colors of #64e68c

#64e68c #8c64e6 #e68c64

Analogous Colors of #64e68c

#64e68c #64e6cd #7de664

Monochromatic Colors of #64e68c

#64e68c

Complementary Color

#64e68c #e664be

#64e68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64e68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#64e68c Color CSS Codes

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

#64e68c Text Font Color

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

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


#64e68c Background Color

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

This div background color is #64e68c


#64e68c Border Color

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

This div border color is #64e68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64e68c


Comments

No comments written yet.

Please login to write comment.