Color Hex Logo

#64de68 Color Hex

#64DE68
(100,222,104)
0 Favorites   0 Comments

Color spaces of #64de68

RGB 100222104
HSL0.340.650.63
HSV122°55°87°
CMYK 0.550.000.53   0.13
XYZ33.875555.951422.1110
Yxy55.95140.30260.4998
Hunter Lab74.8007-50.062634.8344
CIE-Lab79.5862-57.506947.2474

#64de68 color RGB value is (100,222,104).

#64de68 hex color red value is 100, green value is 222 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #64de68 hue: 0.34 , saturation: 0.65 and the lightness value of 64de68 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100100 11011110 01101000
Octal 144 336 150
Decimal 100 222 104
Hex 64 DE 68

RGB Percentages of Color #64de68

%23.47
%52.11
%24.41

CMYK Percentages of Color #64de68

%55
%0
%53
%13

Triadic Colors of #64de68

#64de68 #6864de #de6864

Analogous Colors of #64de68

#64de68 #64dea5 #9dde64

Monochromatic Colors of #64de68

#64de68

Complementary Color

#64de68 #de64da

#64de68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#64de68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#64de68 Color CSS Codes

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

#64de68 Text Font Color

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

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


#64de68 Background Color

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

This div background color is #64de68


#64de68 Border Color

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

This div border color is #64de68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #64de68


Comments

No comments written yet.

Please login to write comment.